﻿#c500080001 .p1702macbf8de6f34e5a73 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.p1702macbf8de6f34e5a73 .xg_html {
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-box-direction: normal;
    /*margin: 0;*/
    padding: 0;
    list-style-type: none;
    position: absolute;
    /*left: 0;*/
    /*width: 10px;*/
    /*height: 10px;*/
    border-radius: 50%;
    font-size: 0;
    opacity: 1;
    background: #2f318b;
    overflow: inherit;
}

.p1702macbf8de6f34e5a73 .xg_html:before,
.p1702macbf8de6f34e5a73 .xg_html:after{
    content: "";
    position: absolute;
    border-radius: 48px;
    opacity: .3;
    -webkit-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: #2f318b;
    top: -20px;
    left: -20px;
    height: 50px;
    width: 50px;
    /*box-shadow: 0 0 20px white;*/
}

.p1702macbf8de6f34e5a73 .xg_html:before {
    animation-delay: 2s;
}

.p1702macbf8de6f34e5a73 .xg_html:after{
    animation-delay: 1.6s;
}


@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.p1702macbf8de6f34e5a73{
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}