a{text-decoration:none;color:black}a:active,a:hover{outline:0;cursor:pointer}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}html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}body{line-height:1.4;font-feature-settings:"kern" 1;-webkit-font-kerning:normal;font-kerning:normal}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}body,html{height:100%}html{font-family:futura-pt, times, sans-serif;font-weight:400;font-style:normal;font-display:auto;font-size:16px}body{background:#202020;background-image:repeating-linear-gradient(-45deg, rgba(255,255,255,0.25), rgba(255,255,255,0.35) 1px, transparent 1px, transparent 6px);background-size:4px 4px}#master-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}header{width:100%;max-width:1690px;height:100px;position:absolute;top:0;z-index:10}@media only screen and (max-width: 1920px){header{max-width:88%;right:0;padding:0}}@media only screen and (max-width: 1200px){header{max-width:100%}}header .navigation{width:50%;margin-left:50%;height:100%;display:flex;justify-content:flex-end;align-items:center}@media only screen and (max-width: 1920px){header .navigation{width:88%;position:fixed;height:100px;margin-left:0}}@media only screen and (max-width: 1200px){header .navigation{width:100%;height:100%;background-color:rgba(18,18,18,0.97);transform:translatex(-1200px);opacity:0;transition:transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);align-items:flex-start;background-image:repeating-linear-gradient(-45deg, rgba(255,255,255,0.25), rgba(255,255,255,0.25) 1px, transparent 1px, transparent 6px);background-size:4px 4px}}header .navigation.active{transform:translatex(0px);opacity:1;transition:transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99)}header .navigation ul{width:100%;max-width:1450px;display:flex}@media only screen and (max-width: 1200px){header .navigation ul{flex-direction:column}}header .navigation ul li{width:20%;height:50px;margin-right:30px;font-size:1.1em;text-transform:capitalize;border-left:1px solid rgba(87,87,87,0.5)}header .navigation ul li:first-child{text-align:center;font-family:Georgia, serif;font-size:3rem;color:rgba(241,241,241,0.35);margin-bottom:50px}@media only screen and (max-width: 600px){header .navigation ul li:first-child{font-size:2.5rem;padding-top:8px;margin-bottom:2 0px}}header .navigation ul li:first-child{display:none}@media only screen and (max-width: 1920px){header .navigation ul li{margin:0;background-color:rgba(18,18,18,0.85)}header .navigation ul li:nth-child(2){display:none}}@media only screen and (max-width: 1500px){header .navigation ul li:nth-child(3){border:none}}@media only screen and (max-width: 1200px){header .navigation ul li{width:100%;height:auto;font-size:3em;padding-bottom:10px;background-color:transparent;border:none}header .navigation ul li:first-child,header .navigation ul li:nth-child(2){display:inline-block}}@media only screen and (max-width: 600px){header .navigation ul li{font-size:2em}}header .navigation ul li a{width:100%;padding:0 20px;height:100%;color:#7dbc47;display:flex;justify-content:center;align-items:center;transform:perspective(1px) translateZ(0);position:relative;transition:transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),all 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99)}@media only screen and (max-width: 1920px){header .navigation ul li a{padding:0;justify-content:flex-start}}@media only screen and (max-width: 1200px){header .navigation ul li a{justify-content:center}}header .navigation ul li a:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:rgba(125,188,71,0.85);transform:scaleX(0);transform-origin:0 50%;transition:transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),background-color 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99)}header .navigation ul li a:hover,header .navigation ul li a:focus,header .navigation ul li a:active{color:#1b3270}header .navigation ul li a:hover:before,header .navigation ul li a:focus:before,header .navigation ul li a:active:before{transform:scaleX(1)}header .navigation ul li a.selected{color:#f1f1f1;transform:none;transition-property:none}header .navigation ul li a.selected:before{background-color:transparent}header>svg{position:fixed;top:12px;right:20px;display:none}@media only screen and (max-width: 1200px){header>svg{display:inline}}@media only screen and (max-width: 600px){header>svg{top:3px}}header .hamb{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform 400ms;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin-left:auto}header .hamb .line{fill:none;transition:stroke-dasharray 400ms, stroke-dashoffset 400ms;stroke:#f1f1f1;stroke-width:3.5;stroke-linecap:round}header .hamb .line:nth-child(1){stroke-dasharray:40 121}header .hamb .line:nth-child(3){stroke-dasharray:40 121}header .hamb.active{transform:rotate(45deg)}header .hamb.active .line:nth-child(1){stroke-dashoffset:-68px}header .hamb.active .line:nth-child(3){stroke-dashoffset:-68px}#logo-bar{width:100%;max-width:1690px;height:100px;background-color:black;position:absolute;top:0;z-index:5;display:flex;align-items:center;padding:0 20px}#logo-bar a{width:80px;transition:transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),all 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99)}#logo-bar a img{width:80px}#logo-bar a:hover{opacity:.4}#logo-bar p{display:block;font-family:Georgia, serif;font-size:3rem;color:rgba(241,241,241,0.15);padding:0 20px}@media only screen and (max-width: 1920px){#logo-bar{width:12%;min-width:120px;height:100vh;position:fixed;left:0;margin:0;flex-direction:column;justify-content:center}#logo-bar a{position:absolute;top:20px}#logo-bar p{font-size:5rem;transform:rotate(-90deg)}}@media only screen and (max-width: 1200px){#logo-bar{width:100%;min-width:100%;height:70px;flex-direction:row;justify-content:flex-start;padding:0 10px}#logo-bar a{width:50px;position:relative;top:auto}#logo-bar a img{width:50px}#logo-bar p{font-size:2rem;transform:rotate(0deg);padding:0 10px;color:rgba(241,241,241,0.3)}}@media only screen and (max-width: 600px){#logo-bar{height:50px}#logo-bar a{width:40px}#logo-bar a img{width:40px}}main{width:100%;max-width:1690px;margin:100px auto 0 auto;background-color:#121212;height:auto}main.cento{height:100%}@media only screen and (max-width: 1920px){main{max-width:88%;margin:0 0 0 12%}}@media only screen and (max-width: 1200px){main{max-width:100%;margin:70px 0 0 0}}@media only screen and (max-width: 600px){main{margin:50px 0 0 0}}.slider-container{width:100%;height:100vh;max-height:1000px}@media only screen and (max-width: 1920px){.slider-container{max-height:none}}@media only screen and (max-width: 1200px){.slider-container{height:calc(100% - 70px)}}@media only screen and (max-width: 600px){.slider-container{height:calc(100% - 50px)}}.slideshow{overflow:hidden;position:relative;width:100%;height:100%;z-index:1}.slideshow .slideshow-inner{position:absolute;top:0;left:0;width:100%;height:100%}.slideshow .slides{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.slideshow .slide{display:none;overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0;transition:opacity 0.3s ease}.slideshow .slide.is-active{display:block}.slideshow .slide.is-loaded{opacity:1}.slideshow .slide .image-container{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center;z-index:1;background-size:cover;image-rendering:optimizeQuality}.slideshow .slide .image-container::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%}.slideshow .slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.slideshow .slide-content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;color:#fff;text-align:center;display:flex;justify-content:flex-end;align-items:center;padding-right:18%}.slideshow .slide .caption{width:100%;height:100%;position:absolute;right:0;display:flex;justify-content:flex-start;align-items:flex-end}.slideshow .slide .caption h1.title{font-size:8em;line-height:1em;color:#f1f1f1;text-transform:uppercase;opacity:.5;background-color:rgba(18,18,18,0.7)}@media only screen and (max-width: 1800px){.slideshow .slide .caption h1.title{font-size:6em}}@media only screen and (max-width: 1680px){.slideshow .slide .caption h1.title{margin:0 0 0 30px}}@media only screen and (max-width: 1500px){.slideshow .slide .caption h1.title{font-size:5em;margin:0 0 30px 10px}}@media only screen and (max-width: 1200px){.slideshow .slide .caption h1.title{font-size:4em;opacity:.8;transition:transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99)}}@media only screen and (max-width: 900px){.slideshow .slide .caption h1.title{width:100%;font-size:4em;margin:0 0 150px 0px}}@media only screen and (max-width: 600px){.slideshow .slide .caption h1.title{margin:0 0 120px 0}}.slideshow .lines{width:100%;height:100vh;position:absolute;top:0;right:0;z-index:2}@media only screen and (max-width: 1920px){.slideshow .lines{max-width:1450px}}@media only screen and (max-width: 1200px){.slideshow .lines{max-width:100%}}@media only screen and (max-width: 900px){.slideshow .lines{display:none}}.slideshow .lines ul{width:100%;height:100%;display:flex}.slideshow .lines ul li{width:20%;height:100%;border-left:1px solid #575757}.slideshow .lines ul li:first-child{border-left:none}@media only screen and (max-width: 1920px){.slideshow .lines ul li:first-child{border-left:1px solid #575757}}@media only screen and (max-width: 1500px){.slideshow .lines ul li:first-child{border-left:none}}.slideshow .arrows{position:absolute;bottom:30px;right:0;width:17.6%;z-index:3;display:flex;justify-content:space-around}@media only screen and (max-width: 1200px){.slideshow .arrows{width:20%}}@media only screen and (max-width: 600px){.slideshow .arrows{width:40%}}.slideshow .arrows .arrow{width:50px;height:50px;border-radius:50%;background-color:rgba(0,0,0,0.8);cursor:pointer;display:flex;justify-content:center;align-items:center}.slideshow .arrows .arrow:hover .svg{fill:#7dbc47}.slideshow .arrows .svg{width:14px;height:26px;fill:rgba(125,188,71,0.4);transition:all 0.2s ease-in}@-webkit-keyframes background-fade{0%{opacity:0}100%{opacity:1}}@keyframes background-fade{0%{opacity:0}100%{opacity:1}}.off-panel{width:100%;height:100vh;position:absolute;top:0;right:0}@media only screen and (max-width: 1920px){.off-panel{max-width:1450px}}@media only screen and (max-width: 1200px){.off-panel{max-width:100%}}.off-panel ul{width:100%;height:100%;display:flex}.off-panel ul li{width:20%;height:0%;background-color:#121212;-webkit-animation:forwards;animation:forwards;-webkit-animation-name:run-one;animation-name:run-one;-webkit-animation-duration:1.5s;animation-duration:1.5s}.off-panel ul li:nth-child(2){-webkit-animation-duration:1.6s;animation-duration:1.6s}.off-panel ul li:nth-child(3){-webkit-animation-duration:1.7s;animation-duration:1.7s;-webkit-animation-name:run-two;animation-name:run-two}.off-panel ul li:nth-child(4){-webkit-animation-duration:1.8s;animation-duration:1.8s;-webkit-animation-name:run-three;animation-name:run-three}.off-panel ul li:nth-child(5){-webkit-animation-duration:1.9s;animation-duration:1.9s;-webkit-animation-name:run-three;animation-name:run-three}.off-panel.first{background-color:#121212;-webkit-animation:forwards;animation:forwards;-webkit-animation-name:run;animation-name:run;-webkit-animation-duration:1.5s;animation-duration:1.5s;width:0%;left:0}@-webkit-keyframes run{0%{opacity:1}100%{opacity:0;transform:scaleY(1.5);width:100%}}@-webkit-keyframes run-one{0%{opacity:1}20%{opacity:1}100%{opacity:0;transform:scaleY(1.5);height:100%}}@-webkit-keyframes run-two{0%{opacity:1}30%{opacity:1}100%{opacity:0;transform:scaleY(1.5);height:100%}}@-webkit-keyframes run-three{0%{opacity:1}40%{opacity:1}100%{opacity:0;transform:scaleY(1.5);height:100%}}.home-panels{width:100%;height:100vh;max-height:1000px;min-height:700px;background-color:#121212}@media only screen and (max-width: 1920px){.home-panels{max-height:none}}@media only screen and (max-width: 1200px){.home-panels{height:calc(100vh - 70px)}}@media only screen and (max-width: 900px){.home-panels{height:auto;min-height:0}}.panel-activity,#swap-title,.panel-text,.panel-white,.panel-black{width:100%;height:300px;display:flex;justify-content:flex-end}@media only screen and (max-width: 1500px){.panel-activity,#swap-title,.panel-text,.panel-white,.panel-black{height:200px}}@media only screen and (max-width: 900px){.panel-activity,#swap-title,.panel-text,.panel-white,.panel-black{height:90px}}@media only screen and (max-width: 600px){.panel-activity,#swap-title,.panel-text,.panel-white,.panel-black{height:60px}}.panel-activity .boxes,#swap-title .boxes,.panel-text .boxes,.panel-white .boxes,.panel-black .boxes{width:100%;height:100%;display:flex}@media only screen and (max-width: 1920px){.panel-activity .boxes,#swap-title .boxes,.panel-text .boxes,.panel-white .boxes,.panel-black .boxes{max-width:1450px}}@media only screen and (max-width: 900px){.panel-activity .boxes,#swap-title .boxes,.panel-text .boxes,.panel-white .boxes,.panel-black .boxes{flex-wrap:wrap;justify-content:space-between}}.panel-activity .boxes .lines,#swap-title .boxes .lines,.panel-text .boxes .lines,.panel-white .boxes .lines,.panel-black .boxes .lines{width:20%;height:100%;border-left:1px solid rgba(87,87,87,0.1);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-right:20px;padding-left:20px;background-color:#f1f1f1}@media only screen and (max-width: 1920px){.panel-activity .boxes .lines,#swap-title .boxes .lines,.panel-text .boxes .lines,.panel-white .boxes .lines,.panel-black .boxes .lines{padding-left:0}}@media only screen and (max-width: 1680px){.panel-activity .boxes .lines,#swap-title .boxes .lines,.panel-text .boxes .lines,.panel-white .boxes .lines,.panel-black .boxes .lines{padding:0 10px}}.panel-activity .boxes .lines:last-child,#swap-title .boxes .lines:last-child,.panel-text .boxes .lines:last-child,.panel-white .boxes .lines:last-child,.panel-black .boxes .lines:last-child{padding:0;align-items:center}.panel-activity .boxes .lines:first-child,#swap-title .boxes .lines:first-child,.panel-text .boxes .lines:first-child,.panel-white .boxes .lines:first-child,.panel-black .boxes .lines:first-child{border:none}@media only screen and (max-width: 1920px){.panel-activity .boxes .lines:first-child,#swap-title .boxes .lines:first-child,.panel-text .boxes .lines:first-child,.panel-white .boxes .lines:first-child,.panel-black .boxes .lines:first-child{border-left:1px solid rgba(87,87,87,0.1)}}@media only screen and (max-width: 1500px){.panel-activity .boxes .lines:first-child,#swap-title .boxes .lines:first-child,.panel-text .boxes .lines:first-child,.panel-white .boxes .lines:first-child,.panel-black .boxes .lines:first-child{border:none}}.panel-activity .boxes .lines img,#swap-title .boxes .lines img,.panel-text .boxes .lines img,.panel-white .boxes .lines img,.panel-black .boxes .lines img{width:100%;max-width:100px;margin-bottom:50px}.panel-activity .boxes .lines .text-container h3,#swap-title .boxes .lines .text-container h3,.panel-text .boxes .lines .text-container h3,.panel-white .boxes .lines .text-container h3,.panel-black .boxes .lines .text-container h3{font-size:2em;padding-bottom:20px;color:#7dbc47}.panel-activity .boxes .lines .text-container h3.blue,#swap-title .boxes .lines .text-container h3.blue,.panel-text .boxes .lines .text-container h3.blue,.panel-white .boxes .lines .text-container h3.blue,.panel-black .boxes .lines .text-container h3.blue{color:#1b3270}.panel-activity .boxes .lines .text-container p,#swap-title .boxes .lines .text-container p,.panel-text .boxes .lines .text-container p,.panel-white .boxes .lines .text-container p,.panel-black .boxes .lines .text-container p{font-size:1.2em;color:#121212}.panel-activity .boxes .lines a,#swap-title .boxes .lines a,.panel-text .boxes .lines a,.panel-white .boxes .lines a,.panel-black .boxes .lines a{width:100%;height:100%;display:flex;justify-content:center;cursor:pointer;transition:transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),background-color 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99)}.panel-activity .boxes .lines a svg,#swap-title .boxes .lines a svg,.panel-text .boxes .lines a svg,.panel-white .boxes .lines a svg,.panel-black .boxes .lines a svg{width:60%;fill:#7dbc47;margin-bottom:0}.panel-activity .boxes .lines a:hover,#swap-title .boxes .lines a:hover,.panel-text .boxes .lines a:hover,.panel-white .boxes .lines a:hover,.panel-black .boxes .lines a:hover{background-color:#7dbc47}.panel-activity .boxes .lines a:hover svg,#swap-title .boxes .lines a:hover svg,.panel-text .boxes .lines a:hover svg,.panel-white .boxes .lines a:hover svg,.panel-black .boxes .lines a:hover svg{transform:translatex(20px);transition:all .7s ease-in-out;fill:#f1f1f1}.panel-activity .boxes .lines a.blue svg,#swap-title .boxes .lines a.blue svg,.panel-text .boxes .lines a.blue svg,.panel-white .boxes .lines a.blue svg,.panel-black .boxes .lines a.blue svg{fill:#1b3270}.panel-activity .boxes .lines a.blue:hover,#swap-title .boxes .lines a.blue:hover,.panel-text .boxes .lines a.blue:hover,.panel-white .boxes .lines a.blue:hover,.panel-black .boxes .lines a.blue:hover{background-color:#1b3270}.panel-activity .boxes .lines a.blue:hover svg,#swap-title .boxes .lines a.blue:hover svg,.panel-text .boxes .lines a.blue:hover svg,.panel-white .boxes .lines a.blue:hover svg,.panel-black .boxes .lines a.blue:hover svg{fill:#f1f1f1}@media only screen and (max-width: 900px){.panel-activity .boxes .lines,#swap-title .boxes .lines,.panel-text .boxes .lines,.panel-white .boxes .lines,.panel-black .boxes .lines{width:49%;height:auto;margin-bottom:15px;border:none;padding:20px;flex-direction:row}.panel-activity .boxes .lines:last-child,#swap-title .boxes .lines:last-child,.panel-text .boxes .lines:last-child,.panel-white .boxes .lines:last-child,.panel-black .boxes .lines:last-child{margin:0 0 0 auto;padding:0;background-color:#121212}.panel-activity .boxes .lines:last-child a,#swap-title .boxes .lines:last-child a,.panel-text .boxes .lines:last-child a,.panel-white .boxes .lines:last-child a,.panel-black .boxes .lines:last-child a{width:70%}}@media only screen and (max-width: 600px){.panel-activity .boxes .lines,#swap-title .boxes .lines,.panel-text .boxes .lines,.panel-white .boxes .lines,.panel-black .boxes .lines{width:100%}.panel-activity .boxes .lines:last-child a,#swap-title .boxes .lines:last-child a,.panel-text .boxes .lines:last-child a,.panel-white .boxes .lines:last-child a,.panel-black .boxes .lines:last-child a{width:50%}}.panel-activity .boxes.darker .lines,#swap-title .boxes.darker .lines,.panel-text .boxes.darker .lines,.panel-white .boxes.darker .lines,.panel-black .boxes.darker .lines{border-color:rgba(87,87,87,0.5);background-color:#121212}@media only screen and (max-width: 1920px){.panel-activity .boxes.darker .lines:first-child,#swap-title .boxes.darker .lines:first-child,.panel-text .boxes.darker .lines:first-child,.panel-white .boxes.darker .lines:first-child,.panel-black .boxes.darker .lines:first-child{border-color:rgba(87,87,87,0.5)}}.panel-white{height:calc(100% - 300px);background-color:#f1f1f1}@media only screen and (max-width: 1500px){.panel-white{height:calc(100% - 200px)}}@media only screen and (max-width: 900px){.panel-white{height:auto;background-color:#121212}}.moveit img{opacity:0;transform:translateY(100px);transition:all .6s ease-in-out}.moveit>div.lines:nth-child(2) img{transition:all .7s ease-in-out}.moveit>div.lines:nth-child(3) img{transition:all .8s ease-in-out}.moveit>div.lines:nth-child(4) img{transition:all .9s ease-in-out}.moveit.fade-in img{opacity:1;transform:translateY(0px)}.moveit .text-container{opacity:0;transform:translateY(100px);transition:all .7s ease-in-out}.moveit>div.lines:nth-child(2) .text-container{transition:all .8s ease-in-out}.moveit>div.lines:nth-child(3) .text-container{transition:all .9s ease-in-out}.moveit>div.lines:nth-child(4) .text-container{transition:all 1s ease-in-out}.moveit.fade-in .text-container{opacity:1;transform:translateY(0px)}.moveit svg{opacity:0;transform:translatex(-100px);transition:all .7s ease-in-out}.moveit.fade-in svg{opacity:1;transform:translatex(0px)}.moveit #direction{opacity:0;transform:translatey(-100px);transition:all .7s ease-in-out}.moveit.fade-in #direction{opacity:1;transform:translatey(0px)}.moveon img{opacity:0;transform:translateY(100px);transition:all .6s ease-in-out}.moveon>div.lines:nth-child(2) img{transition:all .7s ease-in-out}.moveon>div.lines:nth-child(3) img{transition:all .8s ease-in-out}.moveon>div.lines:nth-child(4) img{transition:all .9s ease-in-out}.moveon.fade-in img{opacity:1;transform:translateY(0px)}.moveon .text-container{opacity:0;transform:translateY(100px);transition:all .7s ease-in-out}.moveon>div.lines:nth-child(2) .text-container{transition:all .8s ease-in-out}.moveon>div.lines:nth-child(3) .text-container{transition:all .9s ease-in-out}.moveon>div.lines:nth-child(4) .text-container{transition:all 1s ease-in-out}.moveon.fade-in .text-container{opacity:1;transform:translateY(0px)}.moveon svg{opacity:0;transform:translatex(-100px);transition:all .7s ease-in-out}.moveon.fade-in svg{opacity:1;transform:translatex(0px)}.mooveit{opacity:0;transform:translatex(-100px);transition:all .7s ease-in-out}.mooveit.fade-in{opacity:1;transform:translatex(0px);transition-delay:.3s}.moveeit{opacity:0;transform:translatey(-100px);transition:all .7s ease-in-out}.moveeit.fade-in{opacity:1;transform:translatey(0px)}.hypertitle{position:absolute;margin:167px 0 0 338px;z-index:2}@media only screen and (max-width: 1920px){.hypertitle{margin:167px 0 0 0}}@media only screen and (max-width: 1680px){.hypertitle{margin-left:10px}}@media only screen and (max-width: 1500px){.hypertitle{margin-top:67px}}@media only screen and (max-width: 1200px){.hypertitle{margin-top:101px}}@media only screen and (max-width: 900px){.hypertitle{margin-top:0}}.hypertitle h2{font-size:8em;color:#d9d9d9}@media only screen and (max-width: 1200px){.hypertitle h2{font-size:6em}}@media only screen and (max-width: 900px){.hypertitle h2{font-size:4em}}@media only screen and (max-width: 600px){.hypertitle h2{font-size:2.8em}}.hypertitle h2 span{-webkit-text-stroke:2px #d9d9d9;color:transparent}@media only screen and (max-width: 900px){.hypertitle h2 span{-webkit-text-stroke:1px #d9d9d9}}#hypertitle1,#hypertitle2,#hypertitle3{opacity:0;transform:translatex(-100px);transition:all .7s ease-in-out}#hypertitle1.fade-in,#hypertitle2.fade-in,#hypertitle3.fade-in{opacity:1;transform:translatex(0px)}.goodbye{width:100%;height:calc(100% - 430px);display:flex;justify-content:flex-end;background-color:#d9d9d9}@media only screen and (max-width: 1500px){.goodbye{height:calc(100% - 330px)}}@media only screen and (max-width: 900px){.goodbye{height:auto;justify-content:center;align-items:center}}.goodbye>div{width:100%;height:100%;display:flex;flex-wrap:wrap}@media only screen and (max-width: 1920px){.goodbye>div{max-width:1450px}}.goodbye>div picture{width:60%;height:100%;line-height:0}@media only screen and (max-width: 1920px){.goodbye>div picture{border-left:1px solid rgba(87,87,87,0.1)}}@media only screen and (max-width: 1500px){.goodbye>div picture{border:none}}@media only screen and (max-width: 900px){.goodbye>div picture{width:100%}}.goodbye>div picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.goodbye>div .infotxt{width:40%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}@media only screen and (max-width: 900px){.goodbye>div .infotxt{width:100%;flex-direction:row;flex-wrap:wrap;padding:30px 0}}@media only screen and (max-width: 600px){.goodbye>div .infotxt{padding:0}}.goodbye>div .infotxt a{flex:1;display:flex;justify-content:center;align-items:center;width:calc(100% - 40px);font-size:1.5em;margin:20px;padding:20px;text-align:center;color:#f1f1f1;border:solid 2px #7dbc47;background-color:#7dbc47;transition:transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),all 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99)}.goodbye>div .infotxt a:nth-child(2){border:solid 2px #575757;background-color:#575757}.goodbye>div .infotxt a:nth-child(3){border:solid 2px #1b3270;background-color:#1b3270}.goodbye>div .infotxt a:hover{background-color:#d9d9d9;color:#121212}@media only screen and (max-width: 900px){.goodbye>div .infotxt a{width:33.33%;margin:10px;font-size:1.3em}}@media only screen and (max-width: 600px){.goodbye>div .infotxt a{margin:0}}.panel-text{height:calc(100% - 300px);background-color:#f1f1f1}@media only screen and (max-width: 1500px){.panel-text{height:calc(100% - 200px)}}@media only screen and (max-width: 900px){.panel-text{height:auto;background-color:#121212}}.panel-text .boxes .lines{width:40%;align-items:center;padding:0  20px;border-left:1px solid #575757}.panel-text .boxes .lines:first-child{background-color:transparent;border-left:1px solid #575757;margin:0;padding:0;line-height:0;text-align:center}@media only screen and (max-width: 1500px){.panel-text .boxes .lines:first-child{border:none}}.panel-text .boxes .lines:last-child{width:20%;border-left:1px solid rgba(87,87,87,0.1)}.panel-text .boxes .lines picture{width:100%;height:100%}.panel-text .boxes .lines img{max-width:none;height:100%;-o-object-fit:cover;object-fit:cover;margin:0}.panel-text .boxes .lines img.essevg{max-width:230px;height:auto;-o-object-fit:fill;object-fit:fill;padding:10px}@media only screen and (max-width: 900px){.panel-text .boxes .lines{width:70%;margin:0;padding:20px}.panel-text .boxes .lines:nth-child(2){width:100%;order:1}.panel-text .boxes .lines:nth-child(3){width:30%;padding:30px;opacity:.4;background-color:rgba(217,217,217,0.1)}}@media only screen and (max-width: 600px){.panel-text .boxes .lines:nth-child(3){padding:0;opacity:.5}}.panel-text.dark{background-color:#121212}#swap-panels{width:100%;height:100vh;max-height:800px;min-height:700px}@media only screen and (max-width: 1920px){#swap-panels{height:calc(100vh - 130px);max-height:none}}@media only screen and (max-width: 1200px){#swap-panels{height:calc(100vh - 200px)}}@media only screen and (max-width: 900px){#swap-panels{height:auto;min-height:0}}#swap-title{height:220px;background-color:#121212}@media only screen and (max-width: 1500px){#swap-title{height:220px}}@media only screen and (max-width: 1200px){#swap-title{height:160px}}@media only screen and (max-width: 900px){#swap-title{height:90px}}@media only screen and (max-width: 600px){#swap-title{height:60px}}#swap-slider{width:100%;display:flex;height:calc(100% - 220px)}@media only screen and (max-width: 1200px){#swap-slider{height:calc(100% - 160px)}}@media only screen and (max-width: 900px){#swap-slider{height:400px}}@media only screen and (max-width: 600px){#swap-slider{height:300px}}.hype{width:1300px;position:absolute;margin:87px 0 0 338px;z-index:2;display:flex;justify-content:space-between;overflow:hidden}@media only screen and (max-width: 1920px){.hype{width:88%;max-width:1450px;right:0;margin:87px 0 0 0;padding-right:20px}}@media only screen and (max-width: 1680px){.hype{padding-left:10px}}@media only screen and (max-width: 1200px){.hype{width:100%;padding-right:10px;margin-top:60px}}@media only screen and (max-width: 900px){.hype{margin-top:0}}@media only screen and (max-width: 600px){.hype{flex-wrap:wrap}}.hype h2{font-size:8em;color:#d9d9d9}@media only screen and (max-width: 1200px){.hype h2{font-size:6em}}@media only screen and (max-width: 900px){.hype h2{font-size:4em}}@media only screen and (max-width: 600px){.hype h2{font-size:2.8em}}.hype h2 span{-webkit-text-stroke:2px #d9d9d9;color:transparent}@media only screen and (max-width: 900px){.hype h2 span{-webkit-text-stroke:1px #d9d9d9}}.frecce{width:250px;height:134px;display:flex;justify-content:space-around;align-items:flex-end}.frecce svg{width:100%;max-width:100px;fill:#575757;cursor:pointer;transition:transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),fill 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99)}.frecce svg:hover{transform:translatex(10px);transition:all .7s ease-in-out;fill:#7dbc47}.frecce svg:first-child:hover{transform:translatex(-10px)}@media only screen and (max-width: 1920px){.frecce{justify-content:space-between}}@media only screen and (max-width: 1200px){.frecce{width:200px;height:100px}.frecce svg{max-width:90px}}@media only screen and (max-width: 900px){.frecce{width:160px;height:94px;align-items:center}.frecce svg{max-width:70px}}@media only screen and (max-width: 600px){.frecce{width:110px;height:60px;margin-left:auto;align-items:flex-start;align-items:center}.frecce svg{max-width:50px}}.swiper-container{width:100%;height:100%}.swiper-slide{display:flex;justify-content:center;align-items:center}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.img-fit{width:100%}.img-fit>div{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0}.img-fit>div img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}#freccia{opacity:0;transform:translatex(100px);transition:all .7s ease-in-out}#freccia.fade-in{opacity:1;transform:translatex(0px)}.panel-activity{height:calc(100% - 300px);flex-wrap:wrap;overflow:hidden}@media only screen and (max-width: 1500px){.panel-activity{height:calc(100% - 200px)}}@media only screen and (max-width: 900px){.panel-activity{height:auto;background-color:#121212}}.panel-activity .half-box{width:100%;height:50%;display:flex;flex-wrap:wrap}@media only screen and (max-width: 1920px){.panel-activity .half-box{max-width:1450px}}@media only screen and (max-width: 900px){.panel-activity .half-box{width:50%;height:auto}}@media only screen and (max-width: 600px){.panel-activity .half-box{width:100%}}@media only screen and (max-width: 600px){.panel-activity .half-box:nth-child(2){padding:10px 0}}.panel-activity .half-box .lines{height:100%}.panel-activity .half-box .lines:first-child{width:60%;display:flex;padding:40px;background-color:#f1f1f1}@media only screen and (max-width: 900px){.panel-activity .half-box .lines:first-child{width:100%}}@media only screen and (max-width: 600px){.panel-activity .half-box .lines:first-child{padding:20px}}.panel-activity .half-box .lines:first-child p{font-size:1.2em;color:#121212;margin:auto}.panel-activity .half-box .lines:nth-child(2){width:40%;display:flex;background-color:#575757}@media only screen and (max-width: 900px){.panel-activity .half-box .lines:nth-child(2){display:none}}.panel-activity .half-box .lines:nth-child(2) picture{width:100%;height:100%;margin:auto;line-height:0}.panel-activity .half-box .lines:nth-child(2) img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.panel-activity .half-box .linee{width:20%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;border-left:1px solid rgba(87,87,87,0.5)}@media only screen and (max-width: 1920px){.panel-activity .half-box .linee{align-items:flex-start}}@media only screen and (max-width: 900px){.panel-activity .half-box .linee{width:50%;height:50%;align-items:center}.panel-activity .half-box .linee:last-child{display:none}.panel-activity .half-box .linee:nth-child(n+3){border-top:1px solid rgba(87,87,87,0.5)}}@media only screen and (max-width: 600px){.panel-activity .half-box .linee{width:25%;height:auto;border:none}.panel-activity .half-box .linee:nth-child(n+3){border:none}}.panel-activity .half-box .linee img{width:100%;max-width:100px;opacity:.3}@media only screen and (max-width: 600px){.panel-activity .half-box .linee img{max-width:60px}}.panel-activity .half-box .linee svg{width:100%;max-width:150px;fill:#d9d9d9;transform:rotate(90deg);opacity:1;margin:auto;transition:transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),all 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99)}.panel-activity .half-box #direction.linee{cursor:pointer}.panel-activity .half-box #direction.linee>div{width:100%;height:100%;display:flex;transition:transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),all 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99)}.panel-activity .half-box #direction.linee:hover>div{transform:translatey(20px);transition:all .7s ease-in-out}.panel-activity .half-box #direction.linee:hover>div svg{fill:#7dbc47}.panel-activity .half-box #direction.linee:hover>div.blue svg{fill:#1b3270}#down{outline:none}#frecciaz{opacity:0;transform:translatex(100px);transition:all .7s ease-in-out;transition-delay:1s}#frecciaz.fade-in{opacity:1;transform:translatex(0px)}.mover-container{width:100%;height:calc(100vh - 220px);max-height:800px;min-height:500px;margin-left:auto;overflow:hidden}@media only screen and (max-width: 1920px){.mover-container{max-width:1450px;max-height:none}}@media only screen and (max-width: 900px){.mover-container{height:auto}}.mover-container .mover{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:column;width:100%;height:100%}@media only screen and (max-width: 900px){.mover-container .mover{height:auto}}.mover-container .mover .card{width:100%;height:100vh;display:flex}@media only screen and (max-width: 900px){.mover-container .mover .card{height:auto;flex-direction:column}}.mover-container .mover .card .card-img{width:60%;height:100%;display:flex;position:relative;opacity:0;transition:opacity 1s ease-in-out}@media only screen and (max-width: 900px){.mover-container .mover .card .card-img{width:100%;border-top:10px solid #575757;border-bottom:10px solid #575757;opacity:1}}.mover-container .mover .card .card-img .boxin{flex-grow:2;height:100%;background-color:rgba(87,87,87,0.3)}.mover-container .mover .card .card-img .boxin:nth-child(2){flex-grow:1;background-color:#f1f1f1}@media only screen and (max-width: 900px){.mover-container .mover .card .card-img .boxin{display:none}}.mover-container .mover .card .card-img .boxsolo{width:100%;height:100%;position:absolute;display:flex}@media only screen and (max-width: 900px){.mover-container .mover .card .card-img .boxsolo{position:relative}}.mover-container .mover .card .card-img .boxsolo picture{width:100%;margin:auto;line-height:0}.mover-container .mover .card .card-img .boxsolo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mover-container .mover .card .card-content{width:40%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f1f1f1;opacity:0;transition:opacity 1s ease-in-out}@media only screen and (max-width: 900px){.mover-container .mover .card .card-content{width:100%;height:auto;padding:10px 0 20px 0;opacity:1}}.mover-container .mover .card .card-content h3{font-size:2em;color:#7dbc47;padding-bottom:20px}.mover-container .mover .card .card-content p{font-size:1.2em;color:#121212;padding:0 50px}@media only screen and (max-width: 1200px){.mover-container .mover .card .card-content p{padding:0 30px}}@media only screen and (max-width: 900px){.mover-container .mover .card .card-content p{padding:0 50px}}@media only screen and (max-width: 600px){.mover-container .mover .card .card-content p{padding:0 20px}}.mover-container .mover .card.blue .card-content h3{color:#1b3270}.mover-container .mover.active .card .card-img{opacity:1}.mover-container .mover.active .card .card-content{opacity:1}.prevnext{width:100%;height:90px;display:flex;justify-content:flex-end;margin-left:auto}@media only screen and (max-width: 1920px){.prevnext{max-width:1450px}}@media only screen and (max-width: 900px){.prevnext{display:none}}.prevnext .spacer{width:40%;border-left:1px solid rgba(87,87,87,0.5);border-bottom:1px solid rgba(87,87,87,0.5);overflow:hidden}.prevnext .spacer:nth-child(2){width:20%}.prevnext .spacer:nth-child(3){display:flex;justify-content:center}.prevnext .spacer .lance{width:250px;display:flex;justify-content:space-between;height:100%}.prevnext .spacer .lance svg{width:100%;max-width:100px;fill:#575757;cursor:pointer;transition:transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),fill 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99)}.prevnext .spacer .lance svg:hover{transform:translatex(10px);transition:all .7s ease-in-out;fill:#7dbc47}.prevnext .spacer .lance svg:first-child:hover{transform:translatex(-10px)}.prevnext .spacer .lance.blue svg:hover{fill:#1b3270}#go1{transform:translatey(-800px);transition:all 1s ease-in-out}#go1.fade-in{transform:translatey(0px)}#go2{transform:translatey(-800px);transition:all 1.2s ease-in-out}#go2.fade-in{transform:translatey(0px)}#go3{transform:translatey(-800px);transition:all 1.4s ease-in-out}#go3.fade-in{transform:translatey(0px)}#go4{transform:translatey(800px);transition:all 2s ease-in-out;transition-delay:.3s}#go4.fade-in{transform:translatey(0px)}@media only screen and (max-width: 900px){#go3,#go4{transform:none}}.cert-panels{width:100%;height:100vh;max-height:1000px;min-height:700px;background-color:#121212}@media only screen and (max-width: 1920px){.cert-panels{height:calc(100vh - 130px);max-height:none}}@media only screen and (max-width: 1200px){.cert-panels{height:calc(100vh - 70px)}}@media only screen and (max-width: 900px){.cert-panels{height:auto;min-height:0}}.certificati{width:100%;height:300px;display:flex;justify-content:flex-end}@media only screen and (max-width: 1500px){.certificati{height:200px}}@media only screen and (max-width: 900px){.certificati{height:90px}}@media only screen and (max-width: 600px){.certificati{height:60px}}.certificati .boxes{width:100%;height:100%;display:flex}@media only screen and (max-width: 1920px){.certificati .boxes{max-width:1450px}}.certificati .boxes .lines{width:20%;height:100%;border-left:1px solid rgba(87,87,87,0.5);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-right:20px;padding-left:20px;background-color:#121212}.certificati .boxes .lines:first-child{border:none}@media only screen and (max-width: 1920px){.certificati .boxes .lines:first-child{border-left:1px solid rgba(87,87,87,0.5)}}@media only screen and (max-width: 1500px){.certificati .boxes .lines:first-child{border:none}}@media only screen and (max-width: 900px){.certificati .boxes .lines:not(:last-child){display:none}}.cert-content{width:100%;height:calc(100vh - 450px);background-color:#f1f1f1;display:flex}@media only screen and (max-width: 1920px){.cert-content{height:calc(100% - 300px)}}@media only screen and (max-width: 1500px){.cert-content{height:calc(100% - 200px)}}@media only screen and (max-width: 900px){.cert-content{height:auto}}.cert-content .pannello{width:100%;height:100%;margin-left:auto;display:flex;flex-wrap:wrap}@media only screen and (max-width: 1920px){.cert-content .pannello{max-width:1450px}}.cert-content .pannello .liniya{width:40%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-left:1px solid rgba(87,87,87,0.1)}.cert-content .pannello .liniya:nth-child(2){width:20%;justify-content:center}.cert-content .pannello .liniya:nth-child(2) ul{padding:20px;color:#121212;font-size:1.2em}.cert-content .pannello .liniya:nth-child(2) ul li{list-style-position:inside;list-style-type:circle}.cert-content .pannello .liniya:nth-child(2) ul li:first-child{list-style:none;color:#1b3270}.cert-content .pannello .liniya p{font-size:1.2em;color:#121212;padding:20px}.cert-content .pannello .liniya p:first-of-type{padding-top:0px}.cert-content .pannello .liniya:last-child{justify-content:space-around}.cert-content .pannello .liniya:last-child a{width:100%;height:100%;padding:30px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),all 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99)}.cert-content .pannello .liniya:last-child a svg{width:100%;max-width:100px;fill:#1b3270;transition:transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),fill 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99)}.cert-content .pannello .liniya:last-child a p{padding-top:30px}.cert-content .pannello .liniya:last-child a:hover{background-color:#7dbc47;color:#f1f1f1}.cert-content .pannello .liniya:last-child a:hover svg{fill:#f1f1f1}.cert-content .pannello .liniya:last-child a:hover p{color:#f1f1f1}@media only screen and (max-width: 900px){.cert-content .pannello .liniya{width:100%}.cert-content .pannello .liniya:nth-child(1){padding:30px;background-color:#d9d9d9}.cert-content .pannello .liniya:nth-child(2){width:100%;flex-direction:row;justify-content:space-around;padding:30px 0 0 0}.cert-content .pannello .liniya:nth-child(3){width:100%;flex-direction:row;justify-content:space-around;padding:30px 0}}@media only screen and (max-width: 600px){.cert-content .pannello .liniya:nth-child(1){padding:20px 10px}.cert-content .pannello .liniya:nth-child(2){flex-direction:column;align-items:flex-start}.cert-content .pannello .liniya:nth-child(3){flex-direction:column}}.cont-panel{width:100%;height:100vh;max-height:800px;min-height:700px;background-color:#f1f1f1}@media only screen and (max-width: 1920px){.cont-panel{height:calc(100vh - 130px);max-height:none}}@media only screen and (max-width: 1200px){.cont-panel{height:calc(100vh - 200px)}}@media only screen and (max-width: 900px){.cont-panel{height:auto;min-height:0}}.cont-two,.cont-one{width:100%;display:flex;margin-left:auto}@media only screen and (max-width: 1920px){.cont-two,.cont-one{max-width:1450px}}.cont-two .lines,.cont-one .lines{width:20%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;border-left:1px solid rgba(87,87,87,0.1)}.cont-one{height:200px}@media only screen and (max-width: 1200px){.cont-one{height:100px}}@media only screen and (max-width: 900px){.cont-one{display:none}}.cont-one .lines{border-bottom:1px solid rgba(87,87,87,0.1)}.cont-one .solo{position:absolute;margin:67px 0 0 338px;z-index:2}@media only screen and (max-width: 1920px){.cont-one .solo{margin:67px 0 0 0}}@media only screen and (max-width: 1680px){.cont-one .solo{margin-left:10px}}.cont-one .solo h2{font-size:8em;color:#121212}@media only screen and (max-width: 1200px){.cont-one .solo h2{font-size:6em}}.cont-one .solo h2 span{-webkit-text-stroke:2px #121212;color:transparent}.cont-two{height:calc(100% - 200px)}@media only screen and (max-width: 1200px){.cont-two{height:calc(100% - 100px)}}.cont-two .lines:not(:nth-child(2)){width:40%;text-align:center}.cont-two .lines:not(:nth-child(2)) h3{font-size:2em;color:#121212}.cont-two .lines:not(:nth-child(2)) p{font-size:1.2em;color:#121212;margin-top:20px}.cont-two .lines:not(:nth-child(2)) p.evidence{padding:3px 10px;background-color:#d9d9d9;margin:0}.cont-two .icons{width:100%;height:33.33%;display:flex;background-color:transparent;cursor:pointer;transition:transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),background-color 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99)}.cont-two .icons:not(:last-child){border-bottom:1px solid rgba(87,87,87,0.1)}.cont-two .icons img{margin:auto;width:100%;max-width:150px}.cont-two .icons:hover{background-color:white}@media only screen and (max-width: 900px){.cont-two{flex-wrap:wrap;justify-content:center;height:auto;border:none}.cont-two .lines{border:none}.cont-two .lines:nth-child(1){width:100%;padding:20px 0 25px 0}.cont-two .lines:nth-child(2){width:100%;flex-direction:row;background-color:white}.cont-two .lines:nth-child(3){width:100%;height:400px}.cont-two .icons{height:150px}.cont-two .icons:not(:last-child){border-bottom:none}}@media only screen and (max-width: 600px){.cont-two .lines .icons{height:130px}}#li1,#li2,#li3{transform:scale(0.5, 0.5);opacity:0;transition:all 1s ease-in-out}#li1.fade-in,#li2.fade-in,#li3.fade-in{transform:scale(1, 1);opacity:1}#txt{transform:translateY(100px);opacity:0;transition:all 1s ease-in-out}#txt.fade-in{transform:translateY(0px);opacity:1}footer{width:100%;height:130px;display:flex;justify-content:flex-end;background-color:#121212}footer>div{width:100%;height:100%;display:flex}@media only screen and (max-width: 1920px){footer>div{max-width:1450px}}@media only screen and (max-width: 900px){footer>div{flex-wrap:wrap;justify-content:space-between}}footer>div a{width:40%;height:100%;border-left:1px solid rgba(87,87,87,0.5);display:flex;flex-direction:column;justify-content:center;align-items:center;text-transform:capitalize;text-align:center;color:#575757;transition:transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),all 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99)}@media only screen and (max-width: 1920px){footer>div a{padding-left:0}}@media only screen and (max-width: 1680px){footer>div a{padding:0 10px}}footer>div a:nth-child(2){width:20%}footer>div a:first-child{border:none}@media only screen and (max-width: 1920px){footer>div a:first-child{border-left:1px solid rgba(87,87,87,0.5)}}@media only screen and (max-width: 1500px){footer>div a:first-child{border:none}}footer>div a:hover,footer>div a.selected{background-color:#575757;color:#d9d9d9}@media only screen and (max-width: 900px){footer>div a{width:auto;flex:1;border:none}}.big-page{width:100%;padding:100px 50px;background-color:#f1f1f1}@media only screen and (max-width: 900px){.big-page{padding:30px}}.big-page h1{font-size:1.5em;color:#1b3270}.big-page p{margin-top:20px}.big-page svg{width:100%;max-width:200px}
