@media only screen and (max-width: 600px){#mobileSplash{display:block;}#desktopSplash{display:none;}}@media only screen and (min-width: 600px){#mobileSplash{display:block;}#desktopSplash{display:none;}}@media only screen and (min-width: 768px){#mobileSplash{display:block;}#desktopSplash{display:none;}}@media only screen and (min-width: 992px){#mobileSplash{display:none;}#desktopSplash{display:flex;}}@media only screen and (min-width: 1200px){#mobileSplash{display:none;}#desktopSplash{display:flex;}}#mobileSplash{}#desktopSplash{align-content:space-between;justify-content:center;flex-wrap:wrap;height:100dvh;width:100dvw;padding:0;margin:0;position:absolute;background-image:url("plygemHouse.webp");background-repeat:no-repeat;background-size:cover;}.header{width:100dvw;height:3vh;background-color:white;padding-top:1vmin;padding-bottom:1vmin;display:flex;justify-content:center;}.footer{width:100dvw;background-color:#42b029;padding-top:1vmin;padding-bottom:1vmin;text-align:center;font-size:15px;}.wrapper{aspect-ratio:2.21359223;position:relative;left:20%;background-color:rgba(0, 0, 0, 0.75);height:22vmin;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:center;}.wrapper-highlight{background-color:rgba(68, 176, 43, 0.75);height:100%;width:7.11%;};

.headerImageWrapper{height:80%;aspect-ratio:0.2183;}.headerImage{height:100%;width:100%;}.QRContainer{margin-right:2.5dvh;background-color:white;aspect-ratio:1;width:20vmin;}#QR{position:relative;top:5%;left:5%;height:90%;width:90%;}.copy{height:65%;display:flex;flex-direction:column;justify-content:space-between;}.desktopSplashHeading{font-size:21px;color:#42b029;font-weight:bold;text-align:center;}.splashCopy{font-size:14px;color:white;font-weight:normal;text-align:center;}.desktopSplashLink{font-weight:normal;color:black;}.desktopSplashLink:link{color:black;}.desktopSplashLink:visited{color:black;}.desktopSplashLink:hover{color:black;}.desktopSplashLink:active{color:black;}