#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 * {
    box-sizing: border-box;
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 body {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 body.view {
    width: 100vw;
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 body.embed {
    width: 100%;
}



/* Background */
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #background::after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient( rgba(0,0,0,0) 20%, rgba(0,0,0,1) 90%);
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #canvas {
    position: absolute;
    width: 100%;
    height: 100%;
}



/* Foreground */
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #foreground {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}



/* Gun */
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #gun {
    position: relative;
    font-size: 28px;
    height: 5em;
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #gun h3 {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY( -50% );
    transform-origin: center center;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 5em;
    font-family: Dosis, sans-serif;
    text-shadow: rgb(255, 255, 255) 0px 0px 0.2em;
    margin: 0;
    padding: 50px 0px 50px 0px;
    visibility: hidden;
    word-wrap: break-word;
}
@media ( max-width: 800px ) {
    #blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #gun h3 {
        font-size: 3em;
    }
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #gun::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient( rgba(0,0,0,0) 20%, rgba(0,0,0,1) 90%);
    z-index: 9999;
}



/* Foot */
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #foot {
    text-align: center;
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #foot button.show {
    display: inline-block;
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #foot button.hide {
    display: none;
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #foot button {
    position: relative;
    overflow: hidden;
    padding: 8px 40px;
    margin-bottom: 60px;
    border: 0px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: normal;
    font-family: Tahoma, Geneva, sans-serif;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    background-color: rgba( 255, 255, 255, 0.2 );
    transition: background-color 0.3s linear, color 1s linear;
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #foot button:hover {
    color: #000000;
    background-color: rgba( 255, 255, 255, 0.8 );
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #foot button::before{
    content: "";
    position: absolute;
    height: 400px;
    width: 20px;
    background: white;
    top: -100px;
    left: -200px;
    display: block;
    opacity: 0.8;
    box-shadow: 0px 0px 20px 10px white;
    transform: rotate(45deg);
    transition: none;
    animation: shine 3.8s ease-out infinite
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #foot button:hover::before {
    animation: shine2 0.8s ease-out
}
@keyframes shine {
    0% {
        left: -200px;
        top: -100px;
    }
    79% {
        left: -200px;
        top: -100px;
    }
    to {
        left: 400px;
        top: -100px
    }
}
@keyframes shine2{
    0% {
        left: -200px;
        top: -100px;
    }
    to {
        left: 400px;
        top: -100px;
    }
}



/* Watermark */
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #watermark {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 5px;
    text-align: center;
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #watermark a {
    opacity: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567:hover #watermark a {
    opacity: 0.7;
}
#blx-598333551416e816158b4567-0000001.blx-598333551416e816158b4567 #watermark a:hover {
    text-decoration: underline;
}    


