@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}


/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-scrollable{overflow:hidden;position:relative}.fp-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.fp-notransition{-webkit-transition:none!important;transition:none!important}#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;-webkit-transform:translate3d(0,0,0)}#fp-nav.right{right:17px}#fp-nav.left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0!important;right:0;margin:0 auto!important}.fp-slidesNav.bottom{bottom:17px}.fp-slidesNav.top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.right{right:20px}#fp-nav ul li .fp-tooltip.left{left:20px}.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section{height:auto!important}.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.fp-section{height:auto!important}
/*# sourceMappingURL=jquery.fullpage.min.css.map */

/*=== END: Library ===*/



/*=== START: Web Fonts ===*/
@font-face {
    font-family: "FoundersGrotesk";
    src: url("/fonts/anniversary/FoundersGroteskWeb-Light.woff2") format("woff2"), url("/fonts/anniversary/FoundersGroteskWeb-Light.woff") format("woff");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "FoundersGrotesk";
    src: url("/fonts/anniversary/FoundersGroteskWeb-LightItalic.woff2") format("woff2"), url("/fonts/anniversary/FoundersGroteskWeb-LightItalic.woff") format("woff");
    font-style: italic;
    font-weight: 300;
}
@font-face {
    font-family: "FoundersGrotesk";
    src: url("/fonts/anniversary/FoundersGroteskWeb-Regular.woff2") format("woff2"), url("/fonts/anniversary/FoundersGroteskWeb-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "FoundersGrotesk";
    src: url("/fonts/anniversary/FoundersGroteskWeb-RegularItalic.woff2") format("woff2"), url("/fonts/anniversary/FoundersGroteskWeb-RegularItalic.woff") format("woff");
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: "FoundersGrotesk";
    src: url("/fonts/anniversary/FoundersGroteskWeb-Medium.woff2") format("woff2"), url("/fonts/anniversary/FoundersGroteskWeb-Medium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "FoundersGrotesk";
    src: url("/fonts/anniversary/FoundersGroteskWeb-MediumItalic.woff2") format("woff2"), url("/fonts/anniversary/FoundersGroteskWeb-MediumItalic.woff") format("woff");
    font-style: italic;
    font-weight: 500;
}
@font-face {
    font-family: "FoundersGrotesk";
    src: url("/fonts/anniversary/FoundersGroteskWeb-Semibold.woff2") format("woff2"), url("/fonts/anniversary/FoundersGroteskWeb-Semibold.woff") format("woff");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "FoundersGrotesk";
    src: url("/fonts/anniversary/FoundersGroteskWeb-SemiboldItalic.woff2") format("woff2"), url("/fonts/anniversary/FoundersGroteskWeb-SemiboldItalic.woff") format("woff");
    font-style: italic;
    font-weight: 600;
}
@font-face {
    font-family: "FoundersGrotesk";
    src: url("/fonts/anniversary/FoundersGroteskWeb-Bold.woff2") format("woff2"), url("/fonts/anniversary/FoundersGroteskWeb-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "FoundersGrotesk";
    src: url("/fonts/anniversary/FoundersGroteskWeb-BoldItalic.woff2") format("woff2"), url("/fonts/anniversary/FoundersGroteskWeb-BoldItalic.woff") format("woff");
    font-style: italic;
    font-weight: 700;
}
@font-face {
    font-family: "FoundersGroteskMono";
    src: url("/fonts/anniversary/FoundersGroteskMonoWeb-Light.woff2") format("woff2"), url("/fonts/anniversary/FoundersGroteskMonoWeb-Light.woff") format("woff");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "FoundersGroteskMono";
    src: url("/fonts/anniversary/FoundersGroteskMonoWeb-Regular.woff2") format("woff2"), url("/fonts/anniversary/FoundersGroteskMonoWeb-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "FoundersGroteskMono";
    src: url("/fonts/anniversary/FoundersGroteskMonoWeb-Medium.woff2") format("woff2"), url("/fonts/anniversary/FoundersGroteskMonoWeb-Medium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "FoundersGroteskMono";
    src: url("/fonts/anniversary/FoundersGroteskMonoWeb-Semibold.woff2") format("woff2"), url("/fonts/anniversary/FoundersGroteskMonoWeb-Semibold.woff") format("woff");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "FoundersGroteskMono";
    src: url("/fonts/anniversary/FoundersGroteskMonoWeb-Bold.woff2") format("woff2"), url("/fonts/anniversary/FoundersGroteskMonoWeb-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}
/*=== End: Web Fonts ===*/



/*=== START: Common CSS ===*/
/*remove  common header bottom-line */
/*remove  common header bottom-line */
.main-nav .container::after {
    background-color: transparent;
   }
.main-nav .container::after {
    background-color: transparent;
   }
* {
    margin: 0px;
    padding: 0px;
    box-sizing:border-box;
    outline: 0;
}

ul{
    list-style-type: none;
}
#anniversary .anni-section sup{
	cursor: pointer;
	font-size:12px;
	font-weight:500;
}
#anniversary .anni-section,
#anniversary .anni-section strong,
#anniversary .anni-section b,
#anniversary .anni-section h1,
#anniversary .anni-section h2,
#anniversary .anni-section h3,
#anniversary .anni-section h4 ,
#anniversary .anni-section a{
    color:#273F33;
    font-family: "FoundersGrotesk", Helvetica;
}

#anniversary .anni-section h2 {
    border:none;
    line-height: 1em;
    font-size: 72px;
    font-weight:600;
    margin: 0;
    text-transform:none;
}
#anniversary .anni-section h3 {
    font-size: 38px;
    font-weight: 500;
    line-height: 38px;
}
#anniversary .anni-section p {
    font-size: 20px;
    font-weight: 400;
    padding:0;
    line-height: 30px
}
#anniversary .anni-section .tooltip-item {
    display: inline-block;
    position: relative;
}
#anniversary .anni-section .tooltip-label {
    cursor: pointer;
}
#anniversary .anni-section .tooltip-content {
    display: none;
    position: absolute;
    bottom: 40px;
    width: 400px;
    font-size: 15px;
    background-color: #fff;
    padding: 10px 15px 15px;
    left: 0;
    box-shadow: 0 0 4px rgba(114, 114, 114, 0.42);
}
#anniversary .anni-section .tooltip-content:before {
    content: "";
    position: absolute;
    border-top: 14px solid rgba(114, 114, 114, 0.25);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    bottom: -13px;
    left: 18px;
}
#anniversary .anni-section .tooltip-content:after {
    content: "";
    position: absolute;
    border-top: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: -11px;
    left: 20px;
}
#anniversary .anni-section .tooltip-content a {
    color: blue;
    text-decoration: underline;
}
#anniversary .anni-section .tooltip-content a:hover {
    text-decoration: none;
}
#anniversary .anni-section .tooltip-item.active .tooltip-content {
    display: block;
}
#anniversary .anni-section .footernote p{
	font-size: 12px;
	margin:0 0 5px;
}
#anniversary .anni-section .footernote{
	padding-top:15px;
}
#anniversary .section{
	overflow:hidden;
}
#anniversary .anni-section strong,
#anniversary .anni-section b {
    font-weight: 500;
}
#anniversary .line {
    background-color: #00ad00;
    height: 5px;
    left: 0;
    position: absolute;
    top: 35px;
    width: calc(50% - 570px);
}
#anniversary .close-icon {
    background-color: rgba(0, 0, 0, 0.25);
    cursor:pointer;
    display: inline-block;
	height: 36px;
    padding: 7px 11px;
	position: absolute;
	right: 0;
    width: 36px;
	z-index: 10;
}
#anniversary .animate-once {
    visibility: hidden;
}
#anniversary .anni-section .btn{
	border: none;
    box-shadow: none;
    text-transform: none;
    text-decoration: none;
    color: #00AD00;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    padding: 10px 17px;
	background-color:#FFF;
	cursor:pointer;
	line-height: 1.5;
	height: auto;
}
#anniversary .bg-overlay.mask {
    opacity: 0.25;
    display: block;
}
#anniversary .anni-section .btn:after{
	content:'';
	background: unset;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 16px solid #00ad00;
    border-bottom: 10px solid transparent;
	vertical-align: middle;
    margin-left: 10px;
	}
#anniversary .bg-overlay.mask{
	height:1200%;
}
@media (min-width: 1024px){
    #anniversary .anni-section .container {
        max-width: 1250px;
        padding-left: 55px;
        padding-right: 55px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #anniversary .anni-section .container {
        max-width: 1204px;
        padding-left: 32px;
        padding-right: 32px;
    }
    #anniversary .anni-section .tooltip-content {
        max-width: 120%;
    }
}
@media (max-width: 767px) {
    #anniversary .anni-section .container {
        max-width: 1184px;
        padding-left: 22px;
        padding-right: 22px;
    }
    #anniversary .anni-section .tooltip-content {
        max-width: 120%;
    }
     #anniversary .anni-section p {
         font-size: 18px;
         line-height: 1.5;
     }

}

@media(max-width:767px) {
    #anniversary .anni-section p {
        font-size: 18px;
        line-height:1.5;
        margin-bottom: 20px;
    }
#anniversary .section-one .notes h1 {
    font-size: 50px;
    line-height:48px;
} 
    #anniversary .anni-section h3 {
        font-size: 30px;
        line-height: 34px;
    }
}
@media (max-width: 1024px) {
    #anniversary .anni-section h2 {
        font-size: 50px;
    }
}
/*set min height when not full page*/
/* @media (min-width: 700px) and (max-width: 767px),
(min-height: 650px) and (max-height: 768px){
	#anniversary .section-seven .col-right {
		min-height:700px;
		
	}
	#anniversary .section-eight {
		min-height:700px;
	}

}*/
#anniversary .section .mark .top,
#anniversary .section .comment-four .top {
	z-index: 2;
    position: absolute;
    font-size:14px;
    line-height:16px;
    background:#fff;
    padding:6px;
    min-width:270px;
    max-width:380px;
    display:none;
    border:1px solid #2D91A0;
    box-shadow:0px 4px 41px 0px rgba(0,0,0,0.2);
    top:20px;
    left:10px;
}
/*=== End: Common CSS ===*/



/*=== START: Customize the Fullpage CSS ===*/
#fp-nav.hide {
    display: none;
}
#fp-nav ul li {
    height: auto;
    width: auto;
}
#fp-nav a {
    color:#4c725e;
    font-family: "FoundersGrotesk", Helvetica;
    font-size: 14px;
    font-style: italic;
}
#fp-nav a.active {
    color:#00AD00;
    font-weight:600;
}
#fp-nav ul li:first-child a {
    letter-spacing: 1.5px;
}
#fp-nav ul li{
	margin:10px;
}
#fp-nav ul li a span {
    background-color: #4c725e;
    display: block;
    height: 0;
/*    margin: 6px auto;*/
/*    position: relative;*/
/*    transition: height 0.6s;*/
    visibility: hidden;
}
#fp-nav ul li:hover a span {
    height: auto;
    margin: 6px auto;
    width: 1px;
}
/*#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
    border-radius: 0;
    height: 110px;
    left: 0;
    margin: 6px auto;
    top: 0;
    visibility: visible;
    width: 1px;
}*/
#fp-nav ul li.active a span:after {
    background-color: #00AD00;
    content: "";
    height: 68%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media(max-width: 1180px) {
    #fp-nav.right {
        right: 0;
    }
}
ul{
	list-style:none;
}
/*for ie-9 flex hack and some work around*/
.no-flexbox #anniversary .section-three .video-section{
	display:table;
}
.no-flexbox #anniversary .section-three .video-section.active>div{
	display:table-cell;
	vertical-align:middle;
}
.no-flexbox #anniversary .section-three .close-icon{
	top:20%;
	right:20%;
}
.no-flexbox #anniversary .section-three .video-holder-section .video-play{
	position:absolute;
	top:40%;
	left:45%;
}
.no-flexbox #anniversary .section-seven .feature.active {
    flex-basis:calc(100% - 90px);
}
.no-flexbox #anniversary .section-seven .feature img,
.no-flexbox #anniversary .section-seven .feature h3{
	display: inline-block;
	vertical-align: middle;
}
.no-flexbox #anniversary .section-seven .feature{
	padding-top: 15px;
	padding-bottom: 15px;
}
@media (min-width:767px)and (min-height: 767px){
	#cboxOverlay {
    height: 900%;
}
}
/*END for ie-9 flex hack*/

/*=== END: Customize the Fullpage CSS ===*/



/*=== START: Section One ===*/
#anniversary .section-one {
background: rgba(0,83,101,1);
height: 960px; /* Defualt height to show the background image at the first view*/
position:relative;
}
#anniversary .section-one .fp-tableCell {
   vertical-align: baseline;
   background: url("/images/map.png") no-repeat center bottom; 
}
#anniversary .section-one .box-bottom {
    bottom: 0;
    position: absolute;
    width: 100%;  
}

#anniversary .section-one .notes {
    max-width:880px;
    margin: auto;
}

#anniversary .section-one .intro {
    background-color: #fff;
    box-shadow:0px 9px 81px 0px rgba(0,0,0,0.16);
    padding:40px;
    font-size:20px;
    line-height:30px;
}
#anniversary .section-one .notes h1 {
    color:#fff;
    font-size: 72px;
    font-weight: bold;
    line-height: 60px;
    padding:70px 0;
   
}
#anniversary .section-one .intro .know{
	font-size:38px;
	border-bottom:1px solid #273F33;
	height:78px;
}
#anniversary .section-one a.scroll {
    color: #00ad00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
#anniversary .section-one a.scroll:after {
    content: "";
    border-width: 8px;
    border-style: solid;
    border-color: #00ad00 transparent transparent transparent;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}
 #anniversary .section-one .intro .scroll-margin {
     margin-bottom:70px;
 }
 #anniversary .section-one .intro .text-margin {
     margin-top:30px;
 }
#anniversary .section-one a.scroll-next {
    -webkit-animation: 1.2s ease-in 0.4s infinite alternate move;
            animation: 1.2s ease-in 0.4s infinite alternate move;
    display: block;
    height: 20px;
    margin: 0 auto;
    position: relative;
    width: 28px;
}
#anniversary .section-one a.scroll-next:before {
    border-top: 14px solid #808080;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    content: "";
    display: block;
}
#anniversary .section-one a.scroll-next:after {
    border-top: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 3px;
}
#anniversary .section-one .tooltip-label {
    font-weight: 500;
}
#anniversary .section-one .tooltip-label span {
    text-decoration: underline;
}
#anniversary .section-one .tooltip-label:hover span {
    text-decoration: none;
}
#anniversary .section-one .tooltip-item.active .tooltip-label span {
    text-decoration: none;
}

@-webkit-keyframes move {
    from {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(7px);
                transform: translateY(7px);
    }
}

@keyframes move {
    from {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(7px);
                transform: translateY(7px);
    }
}
@media (max-height:839px){
	#anniversary .section-one h1 {
		font-size: 32px;
		line-height: 38px;
	}
}
@media (min-width:900px){
#anniversary .section-one .comment-one .top{
	top:25px;
    left:-220px;
}
}
@media (min-width:1024px) {
    #anniversary .section-one .fp-tableCell {
        background-size: 87%;
        background-position-y: 70%;
    }
}
@media (max-width:768px){
	 #anniversary .section-one .fp-tableCell {
  background-size: 100%;
  background-position-y: 28%;
}
}
@media (max-width: 767px) {
    #anniversary .section-one .box-bottom {
        position: static;
    }
    #anniversary .section-one .notes img {
        margin: 80px 0 20px;
        padding: 0 20px;
    }
   #anniversary .section-one .intro .know {
       height: 55px;
       font-size: 30px;
   }
   #anniversary .section-one .fp-tableCell {
   background-size:160%;
   background-position-y: 18%;
}
}
@media (max-height: 767px) {
    #anniversary .section-one .box-bottom {
        position: static;
    }
    #anniversary .section-one .notes img {
        margin-top: 80px;
    }
}
@media (max-width: 1023px) {
    #anniversary .section-one .notes h1 {
        font-size: 50px;
        line-height: 48px;
        text-align: center;
    }
}
@media(min-width:768) and (max-width:900px) {
   #anniversary .section-one .comment-one .top{
    left:-100px;
}
}
@media(min-width:414px) and (max-width:425px) {
    #anniversary .section-one .comment-one .top {
        left: -134px;
        min-width: 188px;
    }
}


/*=== END: Section One ===*/


/*=== START: Section Two ===*/
#anniversary .section-two {
    background:#fff;
    color: #273F33;
}
#anniversary .section-two .box-bottom .why-global{
	padding-top:20px;
	font-size:20px;
	margin-bottom:70px;
}
#anniversary .section-two .box-bottom .global-ul{
	margin-top:35px;
}
#anniversary .section-two .box-bottom .global-li{
	margin-bottom:20px;
	font-size:20px;
	padding:30px 40px;
	background:rgba(244, 244, 244, 1);
	line-height: 30px;
	overflow: hidden;	
}

#anniversary .section-two  .global-li h3{
	font-weight:500;
	font-size:38px;	
	line-height:38px;
	cursor: pointer;
	margin-bottom:0;
}
#anniversary .section-two .box-bottom .global-li p{
	margin-top:30px;
	margin-bottom:0;
}
#anniversary .section-two  h2 {
font-size:72px;
border-bottom:1px solid #273F33;
padding-bottom:70px;
}
#anniversary .section-two .box-bottom {
    min-height: 65%;
    padding-bottom: 30px;
}

#anniversary .section-two .col {
    position: relative;
}
#anniversary .section-two .col:first-child:before { 
    content: "";  
    height: 2px;  
    background: rgba(255,255,255,0.5); 
    position: absolute;  
    width: 32px; 
    left: 0;
    top: -4vh;
}
#anniversary .section-two .col .pdf-link {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
#anniversary .section-two .col .pdf-link a ,
#anniversary .section-five .countries a{
    color: blue;
    text-decoration:underline;
}
#anniversary .section-two .col .pdf-link a:hover,
#anniversary .section-five .countries a:hover{
	text-decoration:none;
}

/* @media (max-width: 767px), (max-height: 767px) {
    #anniversary .section-two {
        padding-top: 20vh;
    }
} */
@media (min-width: 768px) {
    #anniversary .section-two .col {
        margin-top: 10vh;
        width:50%;
    }
    #anniversary .section-two .col:first-child {
        float:left;
        padding-right:50px;
    }
    #anniversary .section-two .col:last-child {
        float:right;
        padding-left:50px;
    }
   
}
@media (min-width: 768px) and (max-width: 1023px) {
    #anniversary .section-two .col:first-child {
        padding-right:25px;
    }
    #anniversary .section-two .col:last-child {
        padding-left:25px;
    }
    #anniversary .section-two .box-bottom .why-global{
	margin-bottom:30px;
}
#anniversary .section-two .box-bottom .global-li {
        padding: 20px;
        margin-bottom:30px;
    }
 
}
@media (min-width: 768px) and (max-width: 1200px) {
	#anniversary .section .mark.comment-three .top{
		top: 25px;
        left:-174px;
        min-width:228px;
    } 
    #anniversary .section-six-plus .comment-four .top{
     left:-150px;
     top:-130px;
}
 #anniversary .section-six-plus .comment-six .top {
     left: -100px;
     top: 25px;
 }
 #anniversary .section-seven .comment-seven .top {
     left: -90px;
     top: 25px;
 }
}
@media (min-width: 768px) and (max-width: 900px) {
    #anniversary .section-six-plus .mark.comment-five .top {
        top: 25px;
        left: -145px;
    }
}
@media (min-width: 425px) and (max-width: 767px) {
    #anniversary .section-six-plus .comment-four .top {
        left: -170px;
        top: -130px;
    }
}
@media (max-width: 1023px) {
    #anniversary .section-two h2 {
        font-size: 50px;
        padding-bottom: 50px;
    }
   
    #anniversary .section-two .box-bottom .global-li p{
    	margin-top:20px;
    }
}
@media (max-width: 767px) {
	#anniversary .section .mark.comment-three .top{
		top: 25px;
        left:-130px;
        min-width: 245px;
	}
    #anniversary .section-two h2{
	margin-bottom:30px;
	}
	   #anniversary .section-two .box-bottom .global-li h3{
	   font-size:28px;
	}
	#anniversary .section-two .box-bottom .global-li p{
	    margin-top:10px;
	}
	#anniversary .section-two .box-bottom .why-global{
		margin-bottom:30px;
		padding-top:0;
	}
	#anniversary .section-two .box-bottom .global-li {
	        padding: 20px;
	        margin-bottom:15px;
	    }
	}
	@media (max-width: 425px) {
	    #anniversary .section-two .box-bottom .global-li h3{
	   font-size:25px;
	}
	#anniversary .section-two .box-bottom .global-li {
	        padding: 14px;
	         margin-bottom:10px;
        }
        #anniversary .section-six-plus .mark.comment-five .top {
            top: 25px;
            left: -180px;
        }
        #anniversary .section-seven .mark.comment-seven .top {
            left: -165px;
            top: 25px;
        }
	}
	
/*=== END: Section Two ===*/


/*=== START: Section Six ===*/
#anniversary .section-six-plus{
    overflow: hidden;
    position:relative;
}
#anniversary .section-six-plus .fp-tableCell{
	vertical-align: baseline;
}
#anniversary .section-six-plus .timeline-background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(244, 244, 244, 1);
	z-index: -1;
}
#anniversary .section-six-plus .timeline-background ul{
	position:relative;
	overflow:hidden;
	height:100%;
}
#anniversary .section-six-plus .timeline-background li{
	position:absolute;
	opacity:0;
	left:0;
	top:0;
	height:100%;
	width:100%;
	transition: opacity 0.6s ease-in;
}
#anniversary .section-six-plus .content-text .ticker-link{
    position: absolute;
    bottom: 30px;
}
#anniversary .section-six-plus .content-text .links-btn{
    font-weight:bold;
    font-size:18px;
    position: absolute;
    color:#00AD00;
    bottom: 20px;
    margin-bottom:0px;
}
#anniversary .section-six-plus .content-text .ticker-link,
#anniversary .section-six-plus .content-text .links-btn .ticker-links,
#anniversary .section-six-plus .content-text .links-btn .useless-learn{
    font-weight: bold;
    font-size: 20px;
    color:#00AD00;
    line-height: 25px;
}
#anniversary .section-six-plus .content-text .links-btn .useless-learn{
    display: block;
    margin-bottom: 6px;
}
#anniversary .section-six-plus .content-text .links-btn .ticker-links::after,
#anniversary .section-six-plus  .content-text .ticker-link::after{
	content:"";
	display:inline-block;
	width:11px;
	height:13px;
	background:url("/images/arrow-right.png");
	margin-left:9px;
}
#anniversary .section-six-plus  .content-text .green-underline{
	 color: #00AD00;
     /* text-decoration: underline; */
}
#anniversary .section-six-plus .container{
    height: 100%;
}
#anniversary .section-six-plus h2{
  position:relative;
  margin: 45px 0;
}
#anniversary .section-six-plus .broaden-intr{
	margin-bottom:60px
}
#anniversary .section-six-plus .broaden-intr p{
	margin-bottom:10px;
	}
#anniversary .section-six-plus .timeline-all{
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}


#anniversary .section-six-plus .timeline-content {
    position: relative;
    width: 80%;
    margin: 0 auto;
    height: auto;
    height: 440px;
    overflow: hidden;
}

#anniversary .section-six-plus .timeline-content li {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    transform: translateX(-100%);
    height: 100%;
}
#anniversary .section-six-plus .timeline-content li.selected {
    position: relative;
    opacity: 1;
    z-index: 2;
    transform: translateX(0);
}
#anniversary .section-six-plus .timeline-content li.enter-right, 
#anniversary .section-six-plus .timeline-content li.leave-right {
  animation-name: enter-right;
}
#anniversary .section-six-plus .timeline-content li.enter-left, 
#anniversary .section-six-plus .timeline-content li.leave-left {
  animation-name: enter-left;
}
#anniversary .section-six-plus .timeline-content li.leave-right, 
#anniversary .section-six-plus .timeline-content li.leave-left {
  animation-direction: reverse;
}
@keyframes enter-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes enter-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
#anniversary .section-six-plus .timeline-content span.dividing-line{
	width: 100%;
    height: 1px;
    border-top: 1px dotted rgba(39, 63, 51, 0.5);
    margin: -6px 0 9px 0;
    display: block;
}
#anniversary .section-six-plus .timeline-content p.small-line-height{
	line-height: 1.2;
}
#anniversary .section-six-plus .timeline-content p.content-last{
	margin-bottom: 0;
}

#anniversary .section-six-plus .timeline-all .timeline-navigation-prev,
#anniversary .section-six-plus .timeline-all .timeline-navigation-next{
	z-index: 2;
	position: absolute;
	top:135px;
	width: 50px;
    height: 50px;
}

#anniversary .section-six-plus .timeline-all .timeline-navigation-prev{
	left: 0px
}
#anniversary .section-six-plus .timeline-all .timeline-navigation-next{
	right: 0px
}
#anniversary .section-six-plus .timeline-all a.inactive{
	cursor: auto;
	opacity: 0;
}
#anniversary .section-six-plus .timeline-all a.disabled{
	cursor:default;
}
#anniversary .section-six-plus .timeline-navigation-prev a,
#anniversary .section-six-plus .timeline-navigation-next a{
    position: absolute;
	top: 35%;
	cursor: pointer;
	border-width: 0 4px 4px 0;
	border-style: solid;
	border-color:#bdbdbd;
	padding: 8px;
}
#anniversary .section-six-plus .timeline-navigation-prev a{
	transform: rotate(135deg);
	left: 41%;
}
#anniversary .section-six-plus .timeline-navigation-next a{
	transform: rotate(-45deg);
	right: 41%;
}

#anniversary .section-six-plus .timeline-wrapper {
  height: 100px;
  position:absolute;
  bottom:40px;
  left:0;
  right:0;
  overflow: hidden;
}
#anniversary .section-six-plus .timeline-line{
  height: 1px;
  background-color: #fff;
  width:100%;
  position: absolute;
  top:50%;
  overflow: hidden;
}
#anniversary .section-six-plus .timeline-item{
  height: 100%;
  overflow: hidden;
}

#anniversary .section-six-plus .dot{
	width: 100px;
	position: absolute;
	z-index: 2;
    top: 100%;
    left:50%;
    margin-left:-37px;
}
#anniversary .section-six-plus .dot li{
	list-style:none;
	float: left;
	margin-top:40px;
	margin-right:6px;
	display:inline-block;
	content:"";
	width:6px;
	height:6px;
	background:#bdbdbd;
}
#anniversary .section-six-plus .dot li.active{
	background:#00AD00;
}

#anniversary .section-six-plus .content-text{
  box-shadow: 0px 6px 50px 0px rgba(0,0,0,0.16);
  background-color:#fff;
  border-top: 14px solid #00AD00;
  margin:0 auto;
  padding:0px 40px 40px 40px;
  height:100%;
}
#anniversary .section-six-plus .content-text .title-part{
	margin:20px 20px 20px 0;
	/* max-height:80px; */
	display: flex;
	align-items: center;
}
#anniversary .section-six-plus .content-text h3{
margin-bottom:0px;
float: left;
width: calc(100% - 100px);
width:80%;
}
#anniversary .section-six-plus .content-text .ticker-two{
	line-height:35px;
}
#anniversary .section-six-plus .content-text .ticker-right{
 display:inline-block;
 color:#D1DED4;
 font-size: 38px;
 font-weight:500;
 float: right;
 width:20%;
 text-align: right;
} 
#anniversary .section-six-plus .content-text .ticker-two{
	line-height:35px!important;
}
#anniversary .section-six-plus .content-text .ticker-link::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 13px;
    background: url("/images/arrow-right.png");
    margin-left: 9px;
}

#anniversary .section .mark,
#anniversary .section .comment-four {
	color:#2D91A0;
	position: relative;
	cursor: pointer;
}

#anniversary .section-six-plus .factor .mark .top{
    top:25px;
    left:55px;
    min-width:255px;
}
#anniversary .section-six-plus .factor .inexpensive .top{
	 top:-30px;
	 left:-130px;
}
#anniversary .section-six-plus .factor .low-risk .top{
	 min-width:120px;
}
@media(min-width: 320px) and (max-width: 424px) {
    #anniversary .section-six-plus .low-risk .top {
        left: -30px!important;
    }
}
@media(max-width: 1023px) {
	#anniversary .section-six-plus .timeline-content{
    height:485px; 
}
#anniversary .section-six-plus .content-text {
    padding: 0px 30px 20px 30px;
}
#anniversary .section-six-plus .content-text h3{
    font-size: 30px;
    line-height: 35px;
}
#anniversary .section-six-plus .content-text .ticker-right{
	 font-size: 30px;
}
}

@media (max-width: 767px){
    #anniversary .section-one .intro .scroll-margin {
        margin-bottom:25px;
    }
     #anniversary .section-one .intro .text-margin {
         margin-top: 25px;
     }
     #anniversary .section-one .comment-one .top{
         left:-170px;
     }
    #anniversary .section-six-plus .factor .inexpensive .top {
        left: -10px;
        min-width: 140px;
        top: 25px;
    }
    #anniversary .section-one .intro{
        padding:22px;
    }
    #anniversary .section-six-plus .broaden-intr,
    #anniversary .section-six-plus h2{
        margin-bottom: 30px;
    }
#anniversary .section-six-plus .timeline-content {
    width: 100%;
}

#anniversary .section-six-plus .timeline-all .timeline-navigation-prev {
    top:103%;
}
#anniversary .section-six-plus .timeline-all .timeline-navigation-next {
    top:103%;
}
#anniversary .section-six-plus .content-text .ticker-right{
    font-size:24px;
    padding:0 10px ; 
    /* line-height: 32px!important; */
}
#anniversary .section-six-plus .content-text h3 {
    font-size: 24px;
    line-height: 30px;
}
#anniversary .section-six-plus .timeline-content{
    height:580px; 
}
#anniversary .section-six-plus .content-text{
    padding: 0px 20px 20px 20px;
}
#anniversary .section-six-plus .comment-six .top{
     left:-157px ;
     min-width:200px;
}
#anniversary .section-six-plus .content-text .ticker-link,
#anniversary .section-six-plus .content-text .links-btn .ticker-links,
#anniversary .section-six-plus .content-text .links-btn .useless-learn{
    font-size: 18px;
}
}
@media (max-width:375px) {
    #anniversary .section-one .comment-one .top {
        left: -119px;
        min-width: 165px;
    }
}
@media (max-width: 424px){
	#anniversary .section-six-plus .timeline-content{
    height:645px; 
}
#anniversary .section-one .comment-two .top{
    left:-40px;
}
#anniversary .section-six-plus .comment-four .top{
     left:-178px;
     top:-130px;
 }
 #anniversary .section-six-plus .content-text h3 {
     font-size: 24px;
     line-height: 30px;
 }
}
@media (min-width: 320px) and (max-width: 375px) {
    #anniversary .section-six-plus .comment-four .top {
        left: -90px;
        /* top: -232px; */
    }
    #anniversary .section-one .comment-two .top {
        left: -90px;
        min-width:220px;
    }
}
@media (min-width:375px) and (max-width: 423px){
	#anniversary .section-six-plus .timeline-content{
    height:640px; 
}
}
@media (max-width: 374px) {
    #anniversary .section-six-plus .timeline-content {
        height: 760px;
    }
     
}

@media (min-width: 960px) and (max-width:1100px){
	#anniversary .section-six-plus .factor .mark.high-quality .top{
   left:-150px 
}
}
@media(max-width:768px){
	#anniversary .section-six-plus .factor .mark.high-quality .top{
     left:-50px 
}
}
@media(min-width:768px) and (max-width:1100px){
	#anniversary .section-six-plus .comment-six .top{
     left:-90px 
}
}
/*=== END: Section Six ===*/



/*=== START: Section Seven ===*/
#anniversary .section-seven{
/*    background: url(/images/anniversary/25-Section-3.png) no-repeat 3em center/auto 90% #fff;*/
    position:relative;
    background-color:#fff;
}
#anniversary .section-seven .line {
    top: 85px;
}
#anniversary .section-seven .container {
    height: 100%;
}
#anniversary .section-seven .col-left {
    width:50%;
    float:left;
    padding-left:20px;
    padding-right: 20px;
    padding-top: 45px;
}
#anniversary .section-seven .col-right {
    width: 50%;
    float:right;
    height:100%;
}
#anniversary .section-seven .col-left .content {
    max-width: 450px;
    padding: 8vh 50px;
}
#anniversary .section-seven .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
}
#anniversary .section-seven .feature {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
#anniversary .section-seven .feature img{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 38px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#anniversary .section-seven .feature h3{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-weight:600;
    margin: 0 0 0 40px;
    letter-spacing:-0.5px;
    -webkit-transition: all 0.5s ;
    -o-transition: all 0.5s;
    transition: margin 0.5s;
}
#anniversary .section-seven .feature .desc {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0;
}
#anniversary .section-seven .footernote {
    padding-top: 0;
}
#anniversary .section-seven .feature:hover{
	cursor:pointer;
}
/*#anniversary .section-seven .feature:hover,*/
#anniversary .section-seven .feature.active {
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 45px;
}
/*#anniversary .section-seven .feature:hover img ,*/
#anniversary .section-seven .feature.active img{
    display: none;
}
/*#anniversary .section-seven .feature:hover h3, */
#anniversary .section-seven .feature.active h3
 {
    font-size: 38px;
    margin-left: 0;
    padding-bottom: 20px;
}
/*#anniversary .section-seven .feature:hover .desc,*/
#anniversary .section-seven .feature.active .desc {
    display: block;
}

#anniversary .section-seven .feature:nth-child(1) {
    background-color: #E4F6E4;
}
#anniversary .section-seven .feature:nth-child(2) {
    background-color: #CBEECB;
}
#anniversary .section-seven .feature:nth-child(3) {
    background-color: #98DE98;
}
#anniversary .section-seven .feature:nth-child(4) {
    background-color: #66D766;
}
#anniversary .section-seven .feature:nth-child(5) {
    background-color: #33BD33;
}
#anniversary .section-seven .feature:nth-child(6) {
    background-color: #00AD00;
}

@media (min-width: 768px) and (max-width: 839px),
(min-width: 768px) and (max-height: 767px) {
	#anniversary .section-seven .feature h3 {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 0 20px;
	}
    #anniversary .section-seven .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    #anniversary .section-seven .col-left {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        float: none;
        width: auto;
    }
    #anniversary .section-seven .col-right {
        float: none;
        height: auto;
        width: auto;
	
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }

}


@media (max-width: 767px) {
    #anniversary .section-seven {
        background-position: center top;
        background-size: auto 60%;
    }
    #anniversary .section-seven .container {
        padding: 0;
    }
    #anniversary .section-seven .line {
        top: 110px;
        width: 14%;
    }
    #anniversary .section-seven h2 {
        margin: 40px 0 80px;
        padding-left: 20%;
    }
    #anniversary .section-seven .col-left {
        float: none;
        padding-left: 0;
        width: auto;
    }
    #anniversary .section-seven .col-left .content {
        display: none;
    }
    #anniversary .section-seven .col-right {
        float: none;
        height: auto;
        width: auto;
    }
    #anniversary .section-seven .feature,
    #anniversary .section-seven .feature:hover {
        padding-top: 15px;
        padding-bottom: 15px;
    }
	#anniversary .section-seven .feature h3 {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 0 20px;
	}
	#anniversary .section-seven .feature:hover h3 {
	    font-size: 26px;
	}
	#anniversary .section-seven .feature img {
		margin-left: 20px;
	}
}
/*=== END: Section Seven ===*/



/*=== START: Section Eight ===*/
#anniversary .section-eight {
    background-color: #273f33;
    text-align: left;
}
#anniversary .section-eight .container{
	margin-top:-10%;
	text-align:left;
}
#anniversary .section-eight .fp-tableCell {
	vertical-align: middle;
}

#anniversary .section-eight .short-desc{
	margin-bottom:100px;
	max-width:600px;
}
#anniversary .section-eight .footernote p{
	color:#dbdbdb;
}
#anniversary .section-eight h2{
	font-size:50px;
	line-height:1.25;
	margin-bottom:60px;
}
#anniversary .section-eight h2, 
#anniversary .section-eight p{
    color: #fff;
}
#anniversary .section-eight .items{
	list-style: none;
    clear: both;
    overflow: hidden;
	padding-left:0px;
}
#anniversary .section-eight .item{
	width:32%;
	margin-right:15px;
	display: inline-block;
}
#anniversary .section-eight .item a{
	color:#00ad00;
}
#anniversary .section-eight .item .btn {
    display: block;
}
#anniversary .anni-section .btn:hover{
	background-color:#00ad00;	
}
#anniversary .anni-section .btn:hover{
	color:#FFF;
}
#anniversary .anni-section .btn:hover:after {
    border-left: 16px solid #FFF;
}
#anniversary .section-eight .footernote{
	position: absolute;
    bottom: 30px;
	max-width: 1140px;
	margin-right: 32px;
	text-align:left;
}

#anniversary .section-eight .footernote a {
    color: #dbdbdb;
    text-decoration: underline;
}
#anniversary .section-eight .footernote a:hover {
    text-decoration: none;
}
@media (min-width: 900px) and (max-width: 1200px){
	#anniversary .section-eight .btn {
		font-size:16px;
	}
	#anniversary .section-eight .btn:after{
		border-top: 5px solid transparent;
	    border-left: 10px solid #00ad00;
		border-bottom: 5px solid transparent;
	}
    #anniversary .section-eight .btn:hover:after {
        border-left-width: 10px;
    }
}
@media (max-width: 899px){
	#anniversary .section-eight .items{
	   display: block;
	   text-align: center;
	}
	#anniversary .section-eight .item {
		width: 400px;
		margin-bottom: 18px;
	}
}
@media (max-width: 767px), (max-height: 767px) {
	#anniversary .section-eight .container{
		margin-top:0;
	}
	#anniversary .section-eight h2{
	    font-size: 40px;
		margin-top:45px;
    }
	  
	#anniversary .section-eight .short-desc{
		margin-bottom: 50px;
	}
	#anniversary .section-eight .footernote {
	    position: static;
	    margin: 100px 0 50px;
	}
}
@media (max-width: 500px){
    #anniversary .section-eight .item {
        width: 100%;
    }
    #anniversary .section-eight h2 {
        font-size: 30px;
    }
}
@media (max-width: 400px){
    
    #anniversary .section-eight .btn {
        font-size:16px;
    }
    #anniversary .section-eight .btn:after{
        border-top: 5px solid transparent;
        border-left: 10px solid #00ad00;
        border-bottom: 5px solid transparent;
    }
    #anniversary .section-eight .btn:hover:after {
        border-left-width: 10px;
    }
}

/*=== END: Section Eight ===*/




