#home-banner{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;height:100vh;overflow:hidden;padding-top:2vh;padding-bottom:2vh;z-index:10;background:#000;color:#fff;cursor:default;}#home-banner #nicholas{bottom:0;left:0;position:absolute;z-index:50;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:0;}#home-banner .bg{background-image:url(/fend/images/bg.png);display:block;position:absolute;bottom:0;right:10%;width:900px;opacity:.5;height:100%;background-repeat:no-repeat;background-position:bottom;background-size:cover;mix-blend-mode:screen;}#home-banner #hero-content{z-index:10000000000;opacity:0;}#home-banner #hero-content .global-btn{transform:translateY(20px);opacity:0;}#home-banner p{margin-top:-25px;line-height:1.5;}#home-banner #explore{position:absolute;bottom:-8%;left:50%;transform:translate(-50%,-50%);transition:.3s ease;z-index:100000000000000;opacity:0;}#home-banner #explore:Hover{opacity:.6;}@media(max-width:2700px){#home-banner #nicholas{left:-20vw;width:90vw;height:90vh;}}@media(max-width:1600px){#home-banner #nicholas{bottom:0;left:-200px;position:absolute;width:85vw;height:85vh;z-index:50;background-repeat:no-repeat;background-position:center;background-size:contain;}}@media(max-width:1150px){#home-banner #nicholas{bottom:0;left:-150px;position:absolute;width:85vw;height:85vh;z-index:50;background-repeat:no-repeat;background-position:center;background-size:contain;}}@media(max-width:992px){#home-banner{text-align:center;background-position:5% 75%;background-size:cover;}#home-banner p{padding:0 4rem;}#home-banner #hero-content{position:absolute;bottom:12%;left:50%;transform:translate(-50%,-50%);width:100%;}}@media(max-width:992px){#home-banner #nicholas{position:absolute;transform:translate(-50%,-50%);left:50%;width:60%;bottom:-39%;height:100%;}#home-banner .bg{position:absolute;transform:translate(-50%,-50%);left:50%;bottom:-40%;width:100%;opacity:.8;height:60%;mix-blend-mode:lighten;mask-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,#000 10%,#000 100%,#000 100%);mask-repeat:no-repeat;mask-size:cover;}#home-banner .overlay{width:100%;height:100%;position:absolute;bottom:0;z-index:100;background:#000;background:linear-gradient(0deg,#000 0%,#000 10%,#000 19%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 100%);}}@media(max-width:768px){#home-banner #nicholas{width:90%;height:100%;}#home-banner #hero-content{bottom:12%;}}@media(max-width:604px){#home-banner #hero-content{bottom:8%;}}@media(max-width:473px){#home-banner #hero-content{bottom:5%;}#home-banner #explore{display:none;}}@media(max-width:390px){#home-banner #hero-content{bottom:2%;}#home-banner #explore{display:none;}}@media(max-width:375px){#home-banner #hero-content{bottom:-15%;}}#home-banner .arrow-exp{position:relative;display:table;margin:0 auto 100px;text-transform:uppercase;font-size:16px;color:#fff;text-decoration:none;padding-bottom:40px;cursor:pointer;}#home-banner .arrow-exp::before{content:"";position:absolute;top:28px;left:50%;transform:translateX(-50%);width:14px;height:14px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:translateX(-50%) rotate(-45deg);opacity:.5;}#home-banner .arrow-exp::after{content:"";position:absolute;top:28px;left:50%;width:14px;height:14px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:translateX(-50%) rotate(-45deg);animation:arrowBounce 1.2s infinite;}@keyframes arrowBounce{0%{transform:translate(-50%,0) rotate(-45deg);opacity:1;}50%{transform:translate(-50%,8px) rotate(-45deg);opacity:.4;}100%{transform:translate(-50%,0) rotate(-45deg);opacity:1;}}#home-content{padding-top:2vh;padding-bottom:2vh;}@media(min-width:768px){#home-content{padding-top:4vh;padding-bottom:4vh;}}