.wrapper,
body,
html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main,
.numbers {
    will-change: transform;
}
.mobile {
    display: none;
}
@media (max-width: 767px) {
    .mobile {
        display: block;
    }
}
.tablet {
    display: none !important;
}
.desktop {
    display: block !important;
}
@media (max-width: 991px) {
    .tablet {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
}
.visible-mobile {
    display: none;
}
@media (max-width: 767px) and (orientation: landscape) {
    .visible-mobile {
        display: block;
    }
    .hidden-mobile {
        display: none;
    }
}
.overlay,
body > iframe,
body > img {
    display: none;
}
@media (max-height: 300px) and (orientation: landscape) and (max-width: 320px) {
    .visible-mobile.box {
        top: 40%;
    }
}
@font-face {
    font-family: pfd-regular;
    src: url(../fonts/pfdintextpro-regular.eot);
    src: url(../fonts/pfdintextpro-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/pfdintextpro-regular.woff) format("woff"), url(../fonts/pfdintextpro-regular.ttf) format("truetype"),
        url(../fonts/pfdintextpro-regular.svg#svgFontName) format("svg");
}
@font-face {
    font-family: pfd-bold;
    src: url(../fonts/pfdintextpro-bold.eot);
    src: url(../fonts/pfdintextpro-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/pfdintextpro-bold.woff) format("woff"), url(../fonts/pfdintextpro-bold.ttf) format("truetype"),
        url(../fonts/pfdintextpro-bold.svg#svgFontName) format("svg");
}
.bold {
    font-family: pfd-bold;
    font-weight: 700;
}
.box p,
.regular {
    font-weight: 400;
    font-family: pfd-regular;
}
.fsize-large {
    font-size: 150px;
}
.ie-browser .numbers .large {
    line-height: 1.4;
}
.fsize-medium {
    font-size: 60px;
}
@media (max-width: 1024px) {
    .fsize-large {
        font-size: 60px;
    }
    .fsize-medium {
        font-size: 28px;
    }
}
.box p,
.fsize-small {
    font-size: 20px;
}
@media (max-width: 1200px) {
    .fsize-small {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .fsize-small {
        font-size: 16px;
        line-height: 22px;
    }
}
* {
    margin: 0;
    padding: 0;
    border: none;
}
body,
html {
    position: absolute;
    font-family: pfd-bold;
    font-weight: 700;
}
.wrapper {
    transition: 0.4s;
}
.logo {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 2;
}
@media (max-width: 1450px) {
    .logo {
        width: 230px;
    }
}
@media (max-width: 1024px) {
    .logo {
        width: 200px;
        bottom: 10px;
        right: 10px;
    }
}
@media (max-width: 767px) {
    .fsize-small {
        font-size: 14px;
    }
    .logo {
        width: 100px;
        bottom: 60px;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .logo {
        bottom: 5px;
    }
}
button.sound {
    background: url(../img/icon-sound.png) center center no-repeat;
    border: none;
    position: fixed;
    cursor: pointer;
    top: 50%;
    margin-top: -23px;
    left: 20px;
    width: 45px;
    height: 45px;
    z-index: 100;
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
button.sound:focus {
    outline: 0;
}
button.sound.off {
    background: url(../img/icon-sound-off.png) center center no-repeat;
}
@media (max-width: 767px) {
    button.sound {
        top: 2px;
        margin-top: 0;
        left: 92px;
    }
}
@media (max-width: 991px) {
    button.sound {
        transition: all ease 1s;
    }
}
button.sound.sound-menu-open {
    z-index: 1000;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
}
.Arrow {
    position: absolute;
    left: 45%;
    bottom: 0;
}
@media (min-width: 768px) {
    .Arrow {
        display: none;
    }
}
.Arrow--scroll {
    position: relative;
    text-align: center;
    padding: 20px;
    margin-bottom: 0;
    height: 30px;
    width: 200px;
}
.Arrow--scroll:active:after,
.Arrow--scroll:active:before {
    background: #0f543e;
}
.Arrow--scroll::after,
.Arrow--scroll::before {
    content: "";
    position: absolute;
    top: 0;
    height: 3px;
    width: 50%;
    background: #fff;
    transition: background ease 0.4s;
}
.Arrow--scroll::before {
    left: 0;
    -ms-transform: skew(0deg, 45deg);
    transform: skew(0deg, 45deg);
}
.Arrow--scroll::after {
    right: 0;
    -ms-transform: skew(0deg, -45deg);
    transform: skew(0deg, -45deg);
}
#navbar,
.overlay {
    position: fixed;
    width: 100%;
}
.overlay {
    height: 100%;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.5s;
}
.overlay.open {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    pointer-events: initial;
}
#navbar {
    z-index: 9999;
}
#navbar #navigation {
    list-style-type: none;
    list-style-image: none;
    text-align: center;
}
@media (max-width: 991px) {
    .overlay {
        display: block;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        pointer-events: none;
    }
    #navbar,
    #navbar nav {
        height: 100%;
    }
    #navbar {
        width: 350px;
        max-width: 80%;
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: 0.5s;
    }
    #navbar.open {
        -ms-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    #navbar #navigation {
        height: 100%;
    }
}
#navbar #navigation li {
    display: inline-block;
    margin-right: 40px;
    box-sizing: border-box;
}
#navbar #navigation li:last-child {
    margin-right: 0;
}
#navbar #navigation li .fb-share,
#navbar #navigation li a {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    background: url(../img/nav-bg.png) left top no-repeat;
    padding: 15px 25px;
    text-transform: uppercase;
    color: #0f543e;
    font-weight: 700;
    text-decoration: none;
    transition: 0.5s;
    -webkit-border-radius: 0 0 5px 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 5px 5px;
    -moz-background-clip: padding;
    border-radius: 0 0 5px 5px;
    background-clip: padding-box;
    background-size: cover;
}
#navbar #navigation li .fb-share img,
#navbar #navigation li a img {
    display: block;
    left: 50%;
    -ms-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
    top: 60px;
    position: absolute;
    transition: 0.5s;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
@media (max-width: 991px) {
    #navbar #navigation li .fb-share img,
    #navbar #navigation li a img {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    #navbar #navigation li .fb-share img,
    #navbar #navigation li a img {
        top: 35px;
        max-height: 30px;
    }
}
#navbar #navigation li .fb-share:hover,
#navbar #navigation li a:hover {
    padding-bottom: 80px;
}
#navbar #navigation li .fb-share:hover img,
#navbar #navigation li a:hover img {
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
#navbar #navigation li .fb-share {
    position: absolute;
    padding: 0;
    top: 30px;
    right: 30px;
    margin-left: -44px;
    background: 0 0;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
#navbar #navigation li .fb-share.shown {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
@media (max-width: 1200px) {
    #navbar #navigation li .fb-share {
        top: 100px;
    }
    #navbar #navigation li {
        margin-right: 20px;
    }
    #navbar #navigation li:last-child {
        margin-right: 0;
    }
}
@media (max-width: 1200px) and (orientation: landscape) {
    #navbar #navigation li .fb-share {
        top: 75px;
    }
}
@media (max-width: 991px) {
    #navbar #navigation li {
        display: block;
        margin: 0;
        height: 25%;
    }
    #navbar #navigation li .fb-share,
    #navbar #navigation li a {
        display: block !important;
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        height: 100%;
        position: relative;
        right: 0;
    }
    #navbar #navigation li .fb-share:hover,
    #navbar #navigation li a:hover {
        padding-bottom: 0;
    }
    #navbar #navigation li .fb-share {
        zoom: 1 !important;
        filter: alpha(opacity=100) !important;
        -webkit-opacity: 1 !important;
        -moz-opacity: 1 !important;
        opacity: 1 !important;
        top: auto;
        left: auto;
        margin-left: 0;
        background: url(../img/nav-bg.png) left top no-repeat;
        background-size: cover;
        padding: 15px 25px;
    }
    #navbar #navigation {
        height: 100%;
        transition: 0.4s;
    }
    #navbar #navigation.open {
        height: auto;
    }
}
.hamburger.open span,
.side-hover {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    zoom: 1;
}
.hamburger {
    width: 25px;
    height: 18px;
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 9999;
    cursor: pointer;
    background: 0 0;
    border: none;
    text-decoration: none;
    padding: 10px;
    transition: 0.5s;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
}
@media (min-width: 992px) {
    .hamburger {
        display: none;
    }
}
.hamburger span {
    display: inline-block;
    position: absolute;
    height: 4px;
    width: 25px;
    background: #fff;
    margin-top: -1px;
    top: 18px;
    transition: 0.5s;
}
.hamburger span:first-child {
    margin-top: 0;
    top: 10px;
}
.hamburger span:last-child {
    margin-top: -14px;
    top: 100%;
}
.hamburger:hover {
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}
.hamburger.open {
    -ms-transform: translateX(350px);
    transform: translateX(350px);
}
.hamburger.open span {
    -webkit-opacity: 0;
    opacity: 0;
}
.hamburger.open span:first-child {
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    top: 8px;
    left: 8px;
}
.hamburger.open span:last-child {
    -ms-transform-origin: top right;
    transform-origin: top right;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    margin-top: -11px;
    margin-left: -2px;
}
@media (max-width: 500px) {
    .hamburger.open {
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: 80%;
        margin-left: 7px;
    }
}
#sidebar {
    position: fixed;
    height: 350px;
    width: 50px;
    top: 50%;
    margin-top: -175px;
    right: 50px;
    background: url(../img/sidebar.png) top center no-repeat;
    z-index: 900;
}
#sidebar .side-nav {
    position: relative;
    z-index: 801;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/transparent.gif) top left;
}
#sidebar .side-nav:nth-child(2) {
    margin-top: 13px;
}
#sidebar .side-nav:nth-child(3) {
    margin-top: 11px;
}
#sidebar .side-nav:nth-child(4) {
    margin-top: 15px;
}
#sidebar .side-nav:nth-child(5) {
    margin-top: 28px;
}
#sidebar-indicator {
    display: inline-block;
    position: absolute;
    background: #0f543e;
    transition: 1.2s;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    width: 48px;
    height: 48px;
    top: 50%;
    right: 51px;
    margin-top: -36px;
    z-index: 2;
    -ms-transform: translateY(-138px);
    transform: translateY(-138px);
}
.mobile-indicator {
    display: none;
    position: fixed;
    width: 30px;
    height: 30px;
    top: 8px;
    right: 10px;
    z-index: 4000;
}
.mobile-indicator .indicator-item {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}
.mobile-indicator .indicator-item.active {
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.mobile-indicator .indicator-item:nth-child(1) {
    background: url(../img/icons/icon-mountain.png) center center no-repeat;
}
.mobile-indicator .indicator-item:nth-child(2) {
    background: url(../img/icons/icon-forest.png) center center no-repeat;
}
.mobile-indicator .indicator-item:nth-child(3) {
    background: url(../img/icons/icon-waves.png) center center no-repeat;
}
.mobile-indicator .indicator-item:nth-child(4) {
    background: url(../img/icons/icon-frog.png) center center no-repeat;
}
.mobile-indicator .indicator-item:nth-child(5) {
    background: url(../img/icons/icon-grass.png) center center no-repeat;
}
@media (max-width: 767px) {
    #sidebar,
    #sidebar-indicator {
        display: none;
    }
    .mobile-indicator {
        display: inline-block;
    }
}
.side-hover {
    display: inline-block;
    position: relative;
    background: #0f543e;
    transition: 0.3s;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 800;
    -webkit-opacity: 0;
    opacity: 0;
}
.box,
.box p .show-more-content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.side-hover:nth-child(2) {
    margin-top: 15px;
}
.side-hover:nth-child(3) {
    margin-top: 12px;
}
.side-hover:nth-child(4) {
    margin-top: 15px;
}
.side-hover:nth-child(5) {
    margin-top: 28px;
}
.side-hover.active {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.side-hover-wrapper {
    position: fixed;
    height: 350px;
    width: 50px;
    top: 50%;
    margin-top: -175px;
    right: 50px;
    z-index: 700;
}
.box,
.content,
.main,
section {
    position: relative;
    z-index: 1;
}
.content,
.main,
section {
    width: 100%;
    height: 100%;
    transition: 1.2s;
}
.content#first,
.main#first,
section#first {
    background: url(../img/background/1-min.jpg) center center no-repeat;
    background-size: cover;
}
.content#second,
.main#second,
section#second {
    background: url(../img/background/2-min.jpg) center center no-repeat;
    background-size: cover;
}
.content#third,
.main#third,
section#third {
    background: url(../img/background/3-min.jpg) center center no-repeat;
    background-size: cover;
}
.content#fourth,
.main#fourth,
section#fourth {
    background: url(../img/background/4-min.jpg) center center no-repeat;
    background-size: cover;
}
.content#fifth,
.main#fifth,
section#fifth {
    background: url(../img/background/5-min.jpg) center center no-repeat;
    background-size: cover;
}
section {
    overflow: hidden;
}
.content {
    transition: 0.4s;
}
.content.menu-open {
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}
.box {
    width: 680px;
    max-width: 80%;
    background-color: rgba(15, 84, 62, 0.6);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    color: #fff;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 30px;
}
@media (min-width: 1024px) and (max-height: 770px) {
    .box {
        top: 35%;
        -ms-transform: translateY(-35%);
        transform: translateY(-35%);
    }
}
.box p {
    line-height: 28px;
}
@media (max-width: 1200px) {
    .box p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .box p {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .side-hover-wrapper {
        display: none;
    }
    .box p {
        font-size: 16px;
        line-height: 19px;
    }
}
@media (max-width: 480px) {
    .box p {
        font-size: 13px;
        line-height: 17px;
    }
}
.box p .show-more-content {
    display: inline-block;
    width: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    height: 30px;
    line-height: 30px;
}
@media (max-width: 1200px) {
    .box {
        width: 600px;
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .box {
        width: 380px;
    }
}
@media (max-width: 767px) {
    .box {
        box-sizing: border-box;
        width: calc(100% - 70px);
        padding: 15px;
        margin: 0 8px;
    }
}
@media (max-width: 480px) {
    .box {
        width: calc(100% - 15px);
        -ms-transform: translateY(0);
        transform: translateY(0);
        top: 50px;
        max-width: 100%;
    }
}
.box.visible-mobile {
    max-width: 55%;
    margin: 0 10px 0 auto;
}
.box .show-mobile-content {
    background: #e8eec0;
    color: #0f543e;
    font-weight: 700;
    text-decoration: none;
    padding: 5px;
    text-transform: lowercase;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    display: block;
    width: 50%;
    max-width: 110px;
    text-align: center;
    box-sizing: border-box;
    margin: 10px auto 0;
}
.box-mobile-content {
    color: #fff;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #0f543e;
    background-color: rgba(15, 84, 62, 0.9);
}
.box-mobile-content p {
    position: relative;
    width: 100%;
    left: 50;
    top: 50%;
    box-sizing: border-box;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 28px;
    font-family: pfd-regular;
    font-weight: 400;
}
@media (max-width: 1200px) {
    .box-mobile-content p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .box-mobile-content p {
        font-size: 16px;
        line-height: 22px;
    }
}
.box-mobile-content .close-mobile-content {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    transition: all ease-in-out 0.15s;
}
.box-mobile-content .close-mobile-content:active,
.box-mobile-content .close-mobile-content:focus {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.box-mobile-content .close-mobile-content span {
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    left: 10px;
}
.box-mobile-content .close-mobile-content span:first-child {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.numbers {
    position: absolute;
    bottom: 40px;
    left: 8%;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    transition: 1.3s;
    transition-delay: 0.2s;
    z-index: 1;
}
@media (max-width: 767px) {
    .box-mobile-content p {
        font-size: 16px;
        line-height: 19px;
    }
    .numbers {
        left: 10px;
        bottom: 60px;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .numbers {
        bottom: 5px;
    }
}
.para-main#scene1,
.para-main#scene2 {
    bottom: -6px;
    position: absolute;
    z-index: 0;
    pointer-events: none;
}
.numbers.shown {
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.numbers span {
    padding: 0;
    margin: 0;
}
.numbers .no-margin {
    margin-left: 0 !important;
}
.numbers .no-letter-spacing {
    letter-spacing: 0 !important;
}
.numbers .ml-25 {
    margin-left: 25px;
}
@media (max-width: 991px) {
    .numbers .ml-25 {
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .numbers .ml-25 {
        margin-left: 0;
    }
}
.numbers .animate-number > span {
    margin-left: 25px;
}
@media (max-width: 991px) {
    .numbers .animate-number > span {
        margin-left: 10px;
    }
}
.numbers .large {
    font-size: 150px;
    display: inline-block;
    letter-spacing: -5px;
}
.numbers .large:last-child {
    margin-left: 25px;
}
@media (max-width: 991px) {
    .numbers .large:last-child {
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .numbers .large {
        letter-spacing: -2px;
    }
    .numbers .large:last-child {
        margin-left: 0;
    }
}
.numbers .medium {
    font-size: 60px;
    display: inline-block;
    margin-left: 25px;
}
@media (max-width: 1024px) {
    .numbers .large {
        font-size: 60px;
    }
    .numbers .medium {
        font-size: 28px;
    }
}
.numbers .small {
    font-size: 20px;
    display: inline-block;
}
@media (max-width: 1200px) {
    .numbers .small {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .numbers .medium {
        margin-left: 10px;
    }
    .numbers .small {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .numbers .small {
        font-size: 14px;
    }
    .numbers .small.neg {
        margin-top: -30px;
    }
    .numbers .medium-mobile {
        font-size: 45px;
    }
    .numbers .medium-mobile .odometer-inside {
        margin-top: -14px;
    }
}
.numbers .neg-margin {
    display: inline-block;
    margin-top: -20px;
    margin-bottom: -35px;
}
.numbers .neg-margin.medium {
    margin-top: -42px;
}
@media (max-width: 1024px) {
    .numbers .neg-margin {
        margin-top: -10px;
        margin-bottom: -10px;
    }
}
#second .odometer-inside .odometer-digit:last-child {
    margin-left: 20px;
    margin-right: -5px;
}
.para-main {
    list-style: none;
}
.para-main img {
    max-width: 100%;
}
.para-main#scene1 {
    left: -10%;
    width: 70%;
}
.para-main#scene2 {
    width: 30%;
    right: -10%;
}
.para-main#scene3 {
    animation: orbit 20s linear infinite;
}
.para-main#scene3-5 {
    animation: orbit-reverse 20s linear infinite;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.para-main#scene3 {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    margin: 0 auto;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.para-main#scene3 li {
    position: relative;
    height: 100%;
}
.para-main#scene3 li img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.para-main#scene4 {
    position: absolute;
    width: 60px;
    top: 25%;
    right: 25%;
    pointer-events: none;
    animation: floatMe 24s linear infinite;
}
.para-main#scene5,
.para-main#scene6 {
    right: 20%;
    pointer-events: none;
    position: absolute;
}
.para-main#scene5 {
    width: 60px;
    top: 30%;
    animation: floatMe 32s linear infinite;
}
.para-main#scene6 {
    bottom: -10px;
}
.para-main#scene6-5 {
    position: absolute;
    bottom: -10px;
    left: 12%;
    pointer-events: none;
}
.para-main#scene7 {
    position: absolute;
    width: 40px;
    top: 60px;
    right: 11%;
    pointer-events: none;
    animation: floatMe 8s linear infinite;
}
.para-main#scene8 {
    position: absolute;
    width: 80px;
    top: 130px;
    right: 15%;
    pointer-events: none;
    animation: floatMe2 14s linear infinite reverse;
}
.para-main#scene10,
.para-main#scene9 {
    width: 600px;
    bottom: -80px;
    position: absolute;
    pointer-events: none;
}
.para-main#scene9 {
    right: -15%;
}
.para-main#scene10 {
    left: -15%;
}
.para-main#branch {
    position: absolute;
    width: 1200px;
    bottom: 10%;
    left: -15%;
    pointer-events: none;
    display: none;
}
@media (max-width: 767px) {
    .para-main#branch {
        display: none;
    }
}
@keyframes floatMe {
    from {
        -ms-transform: rotate(0) translateX(100px) rotate(90deg);
        transform: rotate(0) translateX(100px) rotate(90deg);
    }
    to {
        -ms-transform: rotate(360deg) translateX(100px) rotate(90deg);
        transform: rotate(360deg) translateX(100px) rotate(90deg);
    }
}
@keyframes floatMe2 {
    from {
        -ms-transform: rotate(0) translateX(150px) rotate(-90deg);
        transform: rotate(0) translateX(150px) rotate(-90deg);
    }
    to {
        -ms-transform: rotate(360deg) translateX(150px) rotate(-90deg);
        transform: rotate(360deg) translateX(150px) rotate(-90deg);
    }
}
@keyframes orbit {
    0% {
        -ms-transform: rotate(0) translate3d(15px, 0, 1px) rotate(0);
        transform: rotate(0) translate3d(15px, 0, 1px) rotate(0);
    }
    100% {
        -ms-transform: rotate(360deg) translate3d(15px, 0, 1px) rotate(-360deg);
        transform: rotate(360deg) translate3d(15px, 0, 1px) rotate(-360deg);
    }
}
@keyframes orbit-reverse {
    0% {
        -ms-transform: rotate(360deg) translate3d(15px, 0, 1px) rotate(-360deg);
        transform: rotate(360deg) translate3d(15px, 0, 1px) rotate(-360deg);
    }
    100% {
        -ms-transform: rotate(0) translate3d(15px, 0, 1px) rotate(0);
        transform: rotate(0) translate3d(15px, 0, 1px) rotate(0);
    }
}
.loader-overlay {
    background: #e8eec0;
    background: radial-gradient(ellipse at center, #e8eec0 24%, #d4e08c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8eec0', endColorstr='#d4e08c', GradientType=1);
    z-index: 10000;
    position: fixed;
    width: 100% !important;
    height: 100% !important;
}
.loader-overlay img.loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loader-overlay img.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 61px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: -37px;
    margin-top: -43px;
}
.send-indicator {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.send-indicator-dot {
    position: absolute;
    background: #0f543e;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
}
.spinner {
    animation: spinning 0.8s linear infinite;
    -ms-animation: spinning 0.8s linear infinite;
    -webkit-animation: spinning 0.8s linear infinite;
    -moz-animation: spinning 0.8s linear infinite;
    -o-animation: spinning 0.8s linear infinite;
}
@keyframes spinning {
    from {
        -ms-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    to {
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
