*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:.75rem;overflow-y:scroll;scrollbar-width:thin}@media screen and (min-width: 768px){html{font-size:.8rem}}@media screen and (min-width: 1024px){html{font-size:1rem}}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}*{margin:0;padding:0;box-sizing:border-box}.root-page{position:relative;height:100%;width:100%;max-width:100%}.header{position:absolute;top:0;width:100%;display:flex;padding:1.5rem;align-items:center;justify-content:space-between}.logo{display:flex;flex-direction:column;max-width:100px;max-height:100px;z-index:1}.logo-image{width:8rem}.logo-description{display:flex;flex-direction:column;margin-left:10px;color:#fff}.slider{position:fixed;top:0;left:0;width:100%;height:100%}.slider-active{position:absolute;width:100%;height:100%}.slide-image{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(50%)}.slider-next{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.slide-next-img{width:250px;height:350px;clip-path:polygon(50% 50%,50% 50%,50% 50%,50% 50%)}.slider-content{position:fixed;left:0;bottom:0;width:95%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;z-index:2}.slider-content-active{position:relative;padding:1rem}.slider-content-active h1{font-size:clamp(2rem,6vw,4.5rem);line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3);margin-bottom:clamp(.5rem,2vh,1rem)}.slider-content-next{position:absolute;top:100%;left:0}.slider-content-next h1{font-size:clamp(2rem,6vw,4.5rem);opacity:0}.footer{position:fixed;bottom:0;left:0;width:100%;padding:1.5rem;display:flex;justify-content:flex-end;align-items:center;margin:0}.explore-button{background-color:#fff;color:#060606;margin-right:1.5rem;max-height:fit-content}.explore-button:hover{background-color:#060606;color:#fff}@media screen and (max-width: 768px){.slider-content{bottom:clamp(3rem,6vh,4rem)}.slider-content-active h1{font-size:clamp(3rem,5vw,3rem)}}@media screen and (max-width: 425px){.slider-content{flex-direction:column}}
