<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background-color: transparent;
}

body {
    margin: 0px;
    background-color: rgb(241, 247, 247);
    font-family: "myriad-pro", Arial, sans-serif;
    font-size: 16px;
}

/* Center vertically and horizontally if the window is big enough. */
#module-loading {
    position: absolute;
    left: 0px;     
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 1010px;
    height: 568px;
    margin: auto;
    z-index: 1;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);

    /* border: 1px solid rgb(32, 121, 153); */

    /* box-shadow: 1px 1px 4px hsl(0, 0%, 90%); */

    background: rgb(32, 121, 153);
}

#module-loading #bg {
    position: absolute;
    width: 1010px;
    height: 568px;    
    z-index: -1;
    overflow: hidden;
}

#module-loading #bg #img1 {
    position: absolute;
    background-image: url(image/loading-screen/image1.jpg);
    width: 306px;
    height: 310px;
    top: 0px;
    left: 0px;
    background-size: cover;
}

#module-loading #bg #img2 {
    position: absolute;
    background-image: url(image/loading-screen/image2.jpg);
    width: 191px;
    height: 310px;
    top: 0px;
    left: 306px;
    background-size: cover;
}

#module-loading #bg #img3 {
    position: absolute;
    background-image: url(image/loading-screen/image3.jpg);
    width: 252px;
    height: 310px;
    top: 0px;
    left: 497px;
    background-size: cover;
}

#module-loading #bg #img4 {
    position: absolute;
    background-image: url(image/loading-screen/image4.jpg);
    width: 262px;
    height: 310px;
    top: 0px;
    left: 749px;
    background-size: cover;
}

#module-loading #bg #blue {
    position: absolute;
    background-image: url(image/loading-screen/water.jpg);
    width: 1010px;
    height: 258px;
    top: 310px;
    left: 0px;
}

#module-loading #logo {
    position: absolute;
    background-image: url(image/loading-screen/logo.png);
    width: 200px;
    height: 90px;
    top: 366px;
    left: 750px;
    background-size: contain;
    background-repeat: no-repeat;
}

#module-loading #bg #waka {
    position: absolute;
    background-image: url(image/loading-screen/waka.png);
    width: 840px;
    height: 330px;
    top: 86px;
    left: 52px;
}

#module-loading #title {
    position: absolute;
    left: 50px;
    top: 430px;
    color: white;
    font-family: "myriad-pro", arial, sans-serif;
    font-weight: bold;
    font-size: 37px;
}

#module-loading #subtitle {
    font-family: "myriad-pro", arial, sans-serif;
    font-size: 37px;
    color: white;
    width: 610px;
    position: absolute;
    left: 50px;
    --top: 500px;
    bottom: 50px;
}

#module-loading #loading-spinner {
    position: absolute;
    bottom: 46px;
    right: 140px;
    font-family: "myriad-pro", arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: white;
    text-shadow: 0px 0px 4px black;
}

#module-loading #start-module .start {
    position: absolute;
    bottom: 46px;
    right: 140px;
    font-family: "myriad-pro", arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: white;
    text-shadow: 0px 0px 4px black;
}

#module-loading #start-module:hover .start {
    text-decoration: underline;
}

#module-loading #start-module .start_module {
    position: absolute;
    bottom: 26px;
    right: 40px;    
    width: 80px;
    height: 80px;
    border-radius: 42px;
    background-repeat: no-repeat;   
    background-image: url(skin/start_module.png);
    box-shadow: 0px 0px 4px 0px black;
    cursor: pointer;
}

#module-loading #start-module:hover .start_module {
    box-shadow: 0px 0px 3px 5px rgba(226, 23, 133, 0.3);
	background-position: right top;
}

#old-browser {
    margin: 30px auto 30px auto;
    padding: 20px;
    border: 1px solid black;
    background-color: #ffffcc;
    width: 800px;
    font-family: arial, sans-serif;
}

.old-ie #module-loading {
    display: none;
}
</pre></body></html>