*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Slab', serif;
}
body{
    cursor: grab;
}
.splide__slide img{
    width: 100%;
    height: 100%;
}
.splide__pagination__page.is-active{
    background: black;
    transform: none;
}
.splide__pagination__page{
    width: max(4vw, 40px);
    border-radius: 0;
    opacity: 1;
    margin: max(0.5vw, 10px);
    height: max(0.2vw, 2px);
}
.s1{
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.s1 img{
    width: max(20vw, 125px);
    height: max(20vw, 125px);
    object-fit: contain;
}
.s1 span{
    width: max(50vw, 250px);
}
.s1 span p{
    font-size: max(2vw, 20px);
    font-weight: 600;
    text-align: center;
}
.s1 button{
    background: black;
    padding: max(0.75vw, 10px) max(2.5vw, 30px);
    border-radius: max(0.5vw, 5px);
    display: block;
    color: white;
    font-weight: 600;
    font-size: max(2vw, 20px);
    margin: 10px auto;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 0 3px grey;
    border: none;
}
.s1 button:hover, .s1 button:focus{
    box-shadow: none;
}
.s2{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    text-align: center;
    display: grid;
    place-items: center;
    padding: 40px 2vw;
    font-weight: 500;
    font-size: max(1.2vw, 12.5px);
}
.s2 p{
    width: max(80%, 250px);
}
.vanta-canvas{
    width: 100% !important;
    height: 100% !important;
}
video{
    height: 100%;
    width: 100vw;
    object-fit: cover;
}
.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
}
.footer a{
    margin: max(0.75vw, 7.5px);
}
.footer a img{
    width: max(2vw, 20px) !important;
    height: max(2vw, 20px) !important;
    object-fit: contain;
}
.dex{
    filter: brightness(0) saturate(100%) invert(0%) sepia(87%) saturate(7480%) hue-rotate(70deg) brightness(109%) contrast(96%);
}