.banner{width:100vw;height:80vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.banner-img{width:100vw;transition:top 0s ease-out}.banner-img,.banner-video{object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.banner-video{object-position:center center;width:100%;height:100%}.banner-text{position:absolute;max-width:30vw;z-index:1;display:flex;flex-direction:column;gap:15px}.banner-text-header{font-size:70px;color:white}.banner-text-body{font-size:18px;line-height:1.4;color:rgb(187,187,187)}.banner-text-button-container{max-width:100%;display:flex}.banner-text-button{font-size:18px;max-width:150px;padding:10px;margin-top:20px}@media(max-width:1300px){.banner-text{max-width:60vw}}@media(max-width:1000px){.banner-text{max-width:80vw}.banner-text-header{font-size:45px}.banner-text-body{font-size:15px}}.statistics{height:800px;width:100vw;background-color:#004830;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 0 33px}.stat-header{text-align:center;color:white;font-size:2.5rem;margin-bottom:40px;font-weight:700;position:relative;padding-bottom:15px}.stat-header:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background-color:#e67e22}.stat-container{width:100%;height:700px;max-width:1350px;display:flex;justify-content:space-evenly;align-items:center;gap:30px}.stat-button{font-size:18px;max-width:150px;padding:10px;background-color:#e67e22;border:none;cursor:pointer;transition:background-color .3s ease,transform .3s ease;color:white;margin-top:30px}.stat-box{width:405px;height:540px;background-color:white;border-radius:2px;position:relative;overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,.2);transition:transform .3s ease,box-shadow .3s ease}.stat-box:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.3)}.stat-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.box1:before,.box2:before,.box3:before,.stat-box:before{background:linear-gradient(180deg,rgba(0,0,0,.1) 0,rgba(0,0,0,.7))}.stat-box-img{object-fit:cover;height:100%;width:100%;border-radius:2px;position:absolute;top:0;left:0;z-index:0;transition:transform .5s ease}.stat-box:hover .stat-box-img{transform:scale(1.05)}.stat-box-text-container{position:absolute;bottom:0;left:0;right:0;z-index:2;color:white;padding:30px;transition:transform .3s ease}.stat-box-text-container h2{font-size:1.8rem;margin-bottom:10px;font-weight:700;text-shadow:1px 1px 3px rgba(0,0,0,.6)}.stat-box-text-container p{font-size:1.1rem;line-height:1.5;text-shadow:1px 1px 2px rgba(0,0,0,.5)}@media(max-width:1000px){.statistics{gap:30px;height:auto;padding:70px 0 50px}.stat-container{flex-direction:column;height:auto;gap:40px}.stat-box{width:75vw;height:300px;max-height:35vh}.stat-header{font-size:2rem;margin-bottom:30px}}@media(max-width:800px){.stat-box{width:82.5vw}.stat-header{font-size:1.8rem}.stat-box-text-container h2{font-size:1.5rem}.stat-box-text-container p{font-size:1rem}}.homepage-images{display:flex;justify-content:center;align-items:center;max-width:100vw;height:800px;background-color:#121212}.homepage-images-main-container{display:flex;gap:20px;max-height:620px;justify-content:center}.homepage-images-small-container{display:flex;flex-direction:column;gap:20px}.homepage-images-small{height:300px;aspect-ratio:4/3;object-fit:cover;transition:transform .3s ease-in-out}.homepage-images-small:hover{transform:scale(1.02)}.homepage-images-tall{height:620px;aspect-ratio:20/31;object-fit:cover;transition:transform .3s ease-in-out}.homepage-images-tall:hover{transform:scale(1.02)}@media (max-width:2000px){.homepage-images{height:42vw}.homepage-images-small{height:17vw}.homepage-images-tall{height:calc(34vw + 20px)}}