#home-banner{display:flex;text-align:center;height:100vh;background-color:#001a55;object-fit:cover;opacity:0;}#home-banner #background-img{position:absolute;width:100%;height:inherit;z-index:0;background-repeat:no-repeat;background-position:center top;background-size:cover;}#home-banner #background-overlay{position:absolute;width:100%;height:inherit;z-index:1;background:linear-gradient(0deg,#001a55 0%,#001a55 19%,rgba(0,26,85,0) 100%);}#home-banner .container{color:#fff;z-index:10;align-self:self-end;padding-bottom:15vh;}@media(max-width:768px){#home-banner .container{width:100%;padding-bottom:5vh;}}#home-banner .container h1{line-height:2;}@media(max-width:992px){#home-banner .container h1{line-height:1.3;}}#home-banner .container .global-btn,#home-banner .container h1,#home-banner .container p{opacity:0;}#home-banner .container .global-btn,#home-banner .container h1,#home-banner .container p{transform:translateY(10px);}#home-banner #explore{position:absolute;bottom:-10%;left:50%;transform:translate(-50%,-50%);transition:.3s ease;z-index:100000000000000;opacity:0;}#home-banner #explore:Hover{opacity:.6;}@media(max-width:992px){#home-banner #explore{display:none;}}#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:5vh;padding-bottom:5vh;}@media(min-width:768px){#home-content{padding-top:10vh;padding-bottom:10vh;}}@media(max-width:992px){#home-content{padding-top:0;padding-bottom:0;}}@media(max-width:992px){#home-content #about{padding-top:4rem;}}